Completed
Push — version-4 ( b70e7e...6ad551 )
by Tyler
04:14
created
src/LERNServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 
13 13
         $this->handleDeprecatedConfigValues();
14 14
 
15
-        $this->app->singleton('lern', function () {
15
+        $this->app->singleton('lern', function() {
16 16
             return new LERN;
17 17
         });
18 18
     }
Please login to merge, or discard this patch.