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