Ejemplo n.º 1
0
 /**
  * @param ThemeManager $theme
  */
 public function __construct(ThemeManager $theme)
 {
     $this->middleware('auth.admin');
     parent::__construct($theme);
 }
Ejemplo n.º 2
0
 /**
  * @param ThemeManager $theme
  * @param SeoManager $seo
  */
 public function __construct(ThemeManager $theme, SeoManager $seo)
 {
     parent::__construct($theme);
     $this->seo = $seo;
 }