Shift core files

This commit is contained in:
Shift
2023-01-07 20:56:43 +00:00
parent dbc0a73ec5
commit c73ff6ec81
4 changed files with 63 additions and 45 deletions

View File

@@ -28,4 +28,15 @@ class EventServiceProvider extends ServiceProvider
//
}
/**
* Determine if events and listeners should be automatically discovered.
*
* @return bool
*/
public function shouldDiscoverEvents()
{
return false;
}
}