Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117756879
EventServiceProvider.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
EventServiceProvider.php
View Options
<?php
namespace
App\Providers
;
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
=
[
];
/**
* The subscriber classes to register.
*
* @var array
*/
protected
$subscribe
=
[
\App\Listeners\SqlDebug
::
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
;
}
/**
* Configure the proper event listeners for email verification.
*
* @return void
*/
protected
function
configureEmailVerification
()
{
// No body disables default Registered event listener
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 4, 8:55 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823357
Default Alt Text
EventServiceProvider.php (1 KB)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline