Beispiel #1
0
 /**
  * Bootstrap any application services.
  *
  * @return void
  */
 public function boot()
 {
     Inquiry::created(function ($inquiry) {
         event(new InquiryWasCreated($inquiry));
     });
 }