This commit is contained in:
2026-02-22 08:58:19 +08:00
parent 22824550d6
commit 9197bc6f29
58 changed files with 0 additions and 886 deletions

View File

@@ -1,27 +0,0 @@
<?php
namespace Modules\Demo\Providers;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
class EventServiceProvider extends ServiceProvider
{
/**
* The event handler mappings for the application.
*
* @var array<string, array<int, string>>
*/
protected $listen = [];
/**
* Indicates if events should be discovered.
*
* @var bool
*/
protected static $shouldDiscoverEvents = true;
/**
* Configure the proper event listeners for email verification.
*/
protected function configureEmailVerification(): void {}
}