public function __construct(User $users) { $this->users = $users; // So that the base controller we created gets the middleware // applied parent::__construct(); }
public function __construct(Page $pages) { $this->pages = $pages; parent::__construct(); }