@@ -17,7 +17,7 @@ |
||
17 | 17 | { |
18 | 18 | $this->mergeConfigFrom($this->configPath(), 'api-core'); |
19 | 19 | |
20 | - Auth::extend('api', function ($app, $name, array $config) { |
|
20 | + Auth::extend('api', function($app, $name, array $config) { |
|
21 | 21 | return new ApiGuard(Auth::createUserProvider($config['provider']), $app['request'], $app['config']->get('api-core.api-key')); |
22 | 22 | }); |
23 | 23 | } |