This commit is contained in:
root
2019-12-17 17:12:27 +08:00
parent 89a8fc9a00
commit 7abcad6970
5 changed files with 74 additions and 3 deletions

View File

@ -13,6 +13,9 @@ class EventServiceProvider extends ServiceProvider
* @var array
*/
protected $listen = [
'App\Events\ServerCreatedEvent' => [
'App\Listeners\ServerCreatedListener',
],
];
/**