Ejemplo n.º 1
0
 public function boot()
 {
     $app = parent::boot();
 }
Ejemplo n.º 2
0
 /**
  * Perform the post-registration booting of services.
  *
  * @return Application
  */
 public function boot()
 {
     parent::boot();
 }