1 | <?php namespace Arcanesoft\Blog\Providers; |
||
11 | class EventServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | /* ----------------------------------------------------------------- |
||
14 | | Main Methods |
||
15 | | ----------------------------------------------------------------- |
||
16 | */ |
||
17 | |||
18 | /** |
||
19 | * Register the application's event listeners. |
||
20 | */ |
||
21 | 42 | public function boot() |
|
27 | } |
||
28 |