| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 42 | public function register() |
||
| 43 | { |
||
| 44 | // Automatically apply the package configuration |
||
| 45 | $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'meta-box'); |
||
| 46 | |||
| 47 | // Register the main class to use with the facade |
||
| 48 | $this->app->singleton('laravel-seo-meta-box', function () { |
||
| 49 | return new LaravelSeoMetaBox; |
||
| 50 | }); |
||
| 53 |