| 1 | <?php |
||
| 7 | class TemplateOperationServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Perform post-registration booting of services. |
||
| 11 | * |
||
| 12 | * @return void |
||
| 13 | */ |
||
| 14 | public function boot() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Console-specific booting. |
||
| 27 | * |
||
| 28 | * @return void |
||
| 29 | */ |
||
| 30 | protected function bootForConsole() |
||
| 42 | } |
||
| 43 |