Exemplo n.º 1
0
 public function __construct()
 {
     $this->pageRepository = \App::make('PageRepository');
     $this->blockRepository = \App::make('BlockRepository');
     $this->eventRepository = \App::make('EventRepository');
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->beforeFilter('auth');
     parent::__construct();
 }