예제 #1
0
 /**
  * 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');
 }
예제 #2
0
 /**
  * Instantiate the controller.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setCurrentPage('cms-dashboard');
 }