Completed
Push — master ( 0c31ad...5ced67 )
by Ed
04:28
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.