Skip to content

Commit

Permalink
Merge branch 'code-quality' of github.com:mostafamaklad/laravel-permi…
Browse files Browse the repository at this point in the history
…ssion-mongodb into code-quality

* 'code-quality' of github.com:mostafamaklad/laravel-permission-mongodb:
  Apply fixes from StyleCI
  • Loading branch information
makladuxbert committed Aug 30, 2017
2 parents a9ee9bd + 608ada6 commit 89be5f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Maklad\Permission;


class Helpers
{
/**
Expand All @@ -17,4 +16,4 @@ public static function getModelForGuard(string $guard)
return config("auth.providers.{$guard['provider']}.model");
})->get($guard);
}
}
}

0 comments on commit 89be5f6

Please sign in to comment.