| 1 | <?php |
||
| 7 | class EventRevertServiceProvider extends MyServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Bootstrap the application services. |
||
| 11 | * |
||
| 12 | * @return void |
||
| 13 | */ |
||
| 14 | 14 | public function boot() |
|
| 23 | |||
| 24 | /** |
||
| 25 | * Register the application services. |
||
| 26 | * |
||
| 27 | * @return void |
||
| 28 | */ |
||
| 29 | 14 | public function register() |
|
| 36 | |||
| 37 | 14 | private function publishFiles() |
|
| 51 | } |
||
| 52 |