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