1 | <?php |
||
9 | class ClientServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap the service provider. |
||
13 | */ |
||
14 | public function boot() |
||
18 | |||
19 | /** |
||
20 | * Register the service provider. |
||
21 | */ |
||
22 | public function register() |
||
28 | |||
29 | /** |
||
30 | * Register the Agent. |
||
31 | */ |
||
32 | protected function registerAgent() |
||
42 | |||
43 | /** |
||
44 | * Register the Client. |
||
45 | */ |
||
46 | protected function registerClient() |
||
54 | } |
||
55 |