@@ -35,11 +35,11 @@ |
||
| 35 | 35 | */ |
| 36 | 36 | public function register() |
| 37 | 37 | { |
| 38 | - $this->app['learninglocker'] = $this->app->share(function ($app) { |
|
| 38 | + $this->app[ 'learninglocker' ] = $this->app->share(function($app) { |
|
| 39 | 39 | return new LearningLocker; |
| 40 | 40 | }); |
| 41 | 41 | |
| 42 | - $this->app->booting(function () { |
|
| 42 | + $this->app->booting(function() { |
|
| 43 | 43 | $loader = \Illuminate\Foundation\AliasLoader::getInstance(); |
| 44 | 44 | $loader->alias('LearningLocker', 'Ijeffro\Laralocker\Facades\LearningLocker'); |
| 45 | 45 | }); |