1 | <?php namespace C4tech\RayEmitter; |
||
7 | class ServiceProvider extends BaseServiceProvider |
||
8 | { |
||
9 | protected $configPath = ''; |
||
10 | |||
11 | /** |
||
12 | * @inheritDoc |
||
13 | */ |
||
14 | 4 | public function __construct($app) |
|
19 | |||
20 | /** |
||
21 | * @inheritDoc |
||
22 | */ |
||
23 | 1 | public function boot() |
|
29 | |||
30 | /** |
||
31 | * @inheritDoc |
||
32 | */ |
||
33 | 1 | public function register() |
|
44 | |||
45 | /** |
||
46 | * @inheritDoc |
||
47 | */ |
||
48 | 1 | public function provides() |
|
52 | } |
||
53 |