| 1 | <?php |
||
| 10 | class ServiceProvider extends \Spires\Core\ServiceProvider |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Define config keys to make available with their defaults. |
||
| 14 | * |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | public function config() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Register the service provider. |
||
| 31 | * |
||
| 32 | * @return void |
||
| 33 | */ |
||
| 34 | public function register() |
||
| 54 | |||
| 55 | /** |
||
| 56 | * Boot the service provider. |
||
| 57 | * |
||
| 58 | * @return void |
||
| 59 | */ |
||
| 60 | public function boot() |
||
| 64 | |||
| 65 | /** |
||
| 66 | * Plugins provided. |
||
| 67 | * |
||
| 68 | * @return Plugin[] |
||
| 69 | */ |
||
| 70 | public function plugins() |
||
| 74 | } |
||
| 75 |