ktongue/docker_container / SGAE /app /Providers /EventServiceProvider.php
download
raw
884 Bytes
<?php
namespace App\Providers;
use Illuminate\Auth\Events\Registered;
use Illuminate\Auth\Listeners\SendEmailVerificationNotification;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
use Illuminate\Support\Facades\Event;
class EventServiceProvider extends ServiceProvider
{
/**
* The event to listener mappings for the application.
*
* @var array<class-string, array<int, class-string>>
*/
protected $listen = [
Registered::class => [
SendEmailVerificationNotification::class,
],
];
/**
* Register any events for your application.
*/
public function boot(): void
{
//
}
/**
* Determine if events and listeners should be automatically discovered.
*/
public function shouldDiscoverEvents(): bool
{
return false;
}
}

Xet Storage Details

Size:
884 Bytes
·
Xet hash:
9b2db71d37f6828e74f7a5fd341d34b68b4f3a2e52a31dcae04ac7e8786a268a

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.