コード例 #1
0
 /** {@inheritDoc} */
 public function boot()
 {
     /** @var \Illuminate\Foundation\Application $app */
     $app = parent::boot();
 }
コード例 #2
0
ファイル: DevServiceProvider.php プロジェクト: laradic/dev
 /** @inheritdoc */
 public function boot()
 {
     parent::boot();
 }