Esempio n. 1
0
 public function onRun()
 {
     $this->page['category'] = Category::where('id', $this->property('category'))->first();
 }