| 1 | <?php |
||
| 14 | class GeometryServiceProvider extends ServiceProvider |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Perform post-registration booting of services. |
||
| 18 | * |
||
| 19 | * @return void |
||
| 20 | */ |
||
| 21 | 1 | public function boot() |
|
| 25 | |||
| 26 | /** |
||
| 27 | * Register the service provider. |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | 1 | public function register() |
|
| 37 | } |
||
| 38 |