mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-28 16:03:05 -07:00
Initial commit
This commit is contained in:
18
app/config/events.php
Normal file
18
app/config/events.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
Asatru PHP - events configuration file
|
||||
|
||||
Add here all your event handlers
|
||||
|
||||
Schema:
|
||||
<event name> = <event class>@<event handler>
|
||||
Example:
|
||||
'my_event' => 'EventHandler@myEvent'
|
||||
Explanation:
|
||||
Will register the event handler with the event
|
||||
*/
|
||||
|
||||
return [
|
||||
'my_event' => 'EventHandler@myEvent'
|
||||
];
|
Reference in New Issue
Block a user