Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117883548
EventServiceProvider.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
923 B
Referenced Files
None
Subscribers
None
EventServiceProvider.php
View Options
<?php
namespace
App\Providers
;
use
Illuminate\Support\Facades\Event
;
use
Illuminate\Auth\Events\Registered
;
use
Illuminate\Auth\Listeners\SendEmailVerificationNotification
;
use
Illuminate\Foundation\Support\Providers\EventServiceProvider
as
ServiceProvider
;
class
EventServiceProvider
extends
ServiceProvider
{
/**
* The event 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.
*
* @return void
*/
public
function
boot
()
{
//
}
/**
* Determine if events and listeners should be automatically discovered.
*
* @return bool
*/
public
function
shouldDiscoverEvents
()
{
return
false
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Apr 6, 1:05 AM (3 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18804663
Default Alt Text
EventServiceProvider.php (923 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline