| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | public function register() |
||
| 34 | { |
||
| 35 | // Automatically apply the package configuration |
||
| 36 | $this->mergeConfigFrom(__DIR__.'/../config/cbs.php', 'cbs'); |
||
| 37 | |||
| 38 | // Register the main class to use with the facade |
||
| 39 | $this->app->singleton('laravel-cbs', function () { |
||
| 40 | return new Cbs; |
||
| 41 | }); |
||
| 42 | } |
||
| 43 | } |
||
| 44 |