Skip to content

Commit 5901059

Browse files
committed
add discovery method default
1 parent 1d9e53f commit 5901059

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/Providers/EventServiceProvider.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,14 @@ public function boot()
2929
{
3030
//
3131
}
32+
33+
/**
34+
* Determine if events and listeners should be automatically discovered.
35+
*
36+
* @return bool
37+
*/
38+
public function shouldDiscoverEvents()
39+
{
40+
return false;
41+
}
3242
}

0 commit comments

Comments
 (0)