stub listeners property
This commit is contained in:
parent
3310063b59
commit
4611d2bf31
|
@ -8,14 +8,12 @@
|
|||
class EventServiceProvider extends ServiceProvider
|
||||
{
|
||||
/**
|
||||
* The event listener mappings for the application.
|
||||
* The event listeners for the application.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $listen = [
|
||||
'App\Events\Event' => [
|
||||
'App\Listeners\EventListener',
|
||||
],
|
||||
protected $listeners = [
|
||||
//
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue