コード例 #1
0
ファイル: NextEvent.php プロジェクト: stu177/events
 public function onRun()
 {
     $this->page['category'] = Category::where('id', $this->property('category'))->first();
 }