server/src/app/Providers/EventServiceProvider.php
changeset 280 59a2c10ac9b8
parent 2 00e2916104fe
equal deleted inserted replaced
279:5d2621f71f39 280:59a2c10ac9b8
    21     /**
    21     /**
    22      * Register any other events for your application.
    22      * Register any other events for your application.
    23      *
    23      *
    24      * @param \Illuminate\Contracts\Events\Dispatcher $events
    24      * @param \Illuminate\Contracts\Events\Dispatcher $events
    25      */
    25      */
    26     public function boot(DispatcherContract $events)
    26     public function boot()
    27     {
    27     {
    28         parent::boot($events);
    28         parent::boot();
    29 
    29 
    30         //
    30         //
    31     }
    31     }
    32 }
    32 }