| 1 | <?php |
||
| 8 | class IMServiceProvider extends ServiceProvider |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Bootstrap the application services. |
||
| 12 | * |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | public function boot() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Publishes files that package needs |
||
| 22 | */ |
||
| 23 | public function publishFiles(){ |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Register the application services. |
||
| 31 | * |
||
| 32 | * @return void |
||
| 33 | */ |
||
| 34 | public function register() |
||
| 57 | |||
| 58 | /** |
||
| 59 | * [provides description] |
||
| 60 | * @return void |
||
| 61 | */ |
||
| 62 | public function provides(){ |
||
| 65 | |||
| 66 | } |
||
| 67 |