Completed
Push — master ( b8cf08...014160 )
by Ed
02:22
created
src/LaravelRSSFeedServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
         $this->app->singleton(
40 40
             'feed',
41
-            function () {
41
+            function() {
42 42
                 $config = config('feed');
43 43
 
44 44
                 if (!$config) {
Please login to merge, or discard this patch.