Completed
Push — master ( 083a97...072e3b )
by Mads
04:17
created
src/Auth/AuthServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.