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