Skip to content

Commit

Permalink
fix name class
Browse files Browse the repository at this point in the history
  • Loading branch information
sciarcinski committed May 28, 2018
1 parent 5405c6c commit d0ef00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Middleware/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
use Closure;
use Illuminate\Contracts\Auth\Guard;

class AccessPermission
class Permission
{

/** @var Guard */
protected $auth;

Expand Down
3 changes: 1 addition & 2 deletions src/Middleware/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
use Closure;
use Illuminate\Contracts\Auth\Guard;

class AccessRole
class Role
{

/** @var Guard */
protected $auth;

Expand Down

0 comments on commit d0ef00b

Please sign in to comment.