/** * Instantiate the controller. * * @param \Arcanesoft\Pages\Models\Page $page */ public function __construct(Page $page) { parent::__construct(); $this->page = $page; $this->setCurrentPage('cms-pages'); $this->addBreadcrumbRoute('Pages', 'pages::foundation.pages.index'); }
/** * Instantiate the controller. */ public function __construct() { parent::__construct(); $this->setCurrentPage('cms-dashboard'); }