Example #1
0
 public function __construct(Application $app)
 {
     parent::__construct($app);
     $this->name = 'navBar';
 }
Example #2
0
 public function __construct(Application $app)
 {
     parent::__construct($app);
     $this->name = 'templater';
 }