| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | public function register() |
||
| 26 | { |
||
| 27 | // Automatically apply the package configuration |
||
| 28 | $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'imgur'); |
||
| 29 | |||
| 30 | // Register the main class to use with the facade |
||
| 31 | $this->app->singleton('LaravelImgur', function () { |
||
| 32 | return new LaravelImgur; |
||
| 33 | }); |
||
| 36 |