add discovery method default

This commit is contained in:
Taylor Otwell 2022-02-09 08:53:22 -06:00
parent 1d9e53f90d
commit 5901059eba
1 changed files with 10 additions and 0 deletions

View File

@ -29,4 +29,14 @@ public function boot()
{ {
// //
} }
/**
* Determine if events and listeners should be automatically discovered.
*
* @return bool
*/
public function shouldDiscoverEvents()
{
return false;
}
} }