Skip to content

Commit

Permalink
Merge pull request #27 from arubacao/analysis-z4POy7
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
arubacao authored Apr 24, 2019
2 parents e7965f9 + 2bb93bf commit 3405476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/BasicGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,4 @@ public function setRequest(Request $request)

return $this;
}
}
}
3 changes: 1 addition & 2 deletions src/BasicGuardServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ class BasicGuardServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->app['auth']->extend('basic', function ($app, $name, array $config)
{
$this->app['auth']->extend('basic', function ($app, $name, array $config) {
$provider = $app['auth']->createUserProvider($config['provider'] ?? null);

$guard = new BasicGuard($name, $provider);
Expand Down

0 comments on commit 3405476

Please sign in to comment.