| 1 | <?php |
||
| 14 | class GuestUserServiceProvider extends ServiceProvider |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Bootstrap the application services. |
||
| 18 | * |
||
| 19 | * @param Router $router |
||
| 20 | */ |
||
| 21 | public function boot(Router $router) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Register the application services. |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | public function register() |
||
| 35 | } |
||
| 36 |