Completed
Push — master ( 5ced67...b8cf08 )
by Ed
03:35
created
src/LaravelRSSFeedServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,10 +36,10 @@
 block discarded – undo
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
                     );
Please login to merge, or discard this patch.