Skip to content

Commit 3405476

Browse files
authored
Merge pull request #27 from arubacao/analysis-z4POy7
Apply fixes from StyleCI
2 parents e7965f9 + 2bb93bf commit 3405476

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/BasicGuard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,4 +501,4 @@ public function setRequest(Request $request)
501501

502502
return $this;
503503
}
504-
}
504+
}

src/BasicGuardServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ class BasicGuardServiceProvider extends ServiceProvider
2222
*/
2323
public function boot()
2424
{
25-
$this->app['auth']->extend('basic', function ($app, $name, array $config)
26-
{
25+
$this->app['auth']->extend('basic', function ($app, $name, array $config) {
2726
$provider = $app['auth']->createUserProvider($config['provider'] ?? null);
2827

2928
$guard = new BasicGuard($name, $provider);

0 commit comments

Comments
 (0)