コード例 #1
0
 public function boot()
 {
     $app = parent::boot();
 }
コード例 #2
0
 /**
  * Perform the post-registration booting of services.
  *
  * @return Application
  */
 public function boot()
 {
     parent::boot();
 }