Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F27361685
EventServiceProvider.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
907 B
Referenced Files
None
Subscribers
None
EventServiceProvider.php
View Options
<?php
namespace
Nasqueron\Notifications\Providers
;
use
Illuminate\Contracts\Events\Dispatcher
as
DispatcherContract
;
use
Illuminate\Foundation\Support\Providers\EventServiceProvider
as
ServiceProvider
;
class
EventServiceProvider
extends
ServiceProvider
{
/**
* The event listener mappings for the application.
*
* @var array
*/
protected
$listen
=
[
];
/**
* The subscriber classes to register.
*
* @var array
*/
protected
$subscribe
=
[
'Nasqueron
\N
otifications
\L
isteners
\L
astPayloadSaver'
,
'Nasqueron
\N
otifications
\L
isteners
\A
MQPEventListener'
,
];
/**
* Register any other events for your application.
*
* @param \Illuminate\Contracts\Events\Dispatcher $events
* @return void
*/
public
function
boot
(
DispatcherContract
$events
)
{
parent
::
boot
(
$events
);
//
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 5, 17:10 (7 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3679513
Default Alt Text
EventServiceProvider.php (907 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment