@@ -36,10 +36,10 @@ |
||
| 36 | 36 | |
| 37 | 37 | $this->app->bind( |
| 38 | 38 | Feed::class, |
| 39 | - function () { |
|
| 39 | + function() { |
|
| 40 | 40 | $config = config('feed'); |
| 41 | 41 | |
| 42 | - if (! $config) { |
|
| 42 | + if (!$config) { |
|
| 43 | 43 | throw new \RuntimeException( |
| 44 | 44 | 'Configuration not available. Run `php artisan vendor:publish --provider="ejdelmonico\LaravelRSSFeed\LaravelRSSFeedServiceProvider" --tag=config`' |
| 45 | 45 | ); |