コード例 #1
0
 public function boot()
 {
     parent::boot();
     $this->theme->setTitle('Bidding');
 }
コード例 #2
0
ファイル: BaseController.php プロジェクト: xLink/pxcms-poyc
 public function boot()
 {
     parent::boot();
     $this->theme->setTitle('poyc');
 }
コード例 #3
0
 public function boot()
 {
     parent::boot();
     $this->theme->setTitle('contact');
 }