@@ -12,7 +12,7 @@ |
||
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 | } |