Skip to content

Commit

Permalink
Merge branch 'v1.2' of github.com:mostafamaklad/laravel-permission-mo…
Browse files Browse the repository at this point in the history
…ngodb into v1.2

* 'v1.2' of github.com:mostafamaklad/laravel-permission-mongodb:
  Apply fixes from StyleCI
  • Loading branch information
makladuxbert committed Sep 5, 2017
2 parents c86203d + a7a1be7 commit d9389d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middlewares/PermissionMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ public function handle($request, Closure $next, $permission)

abort(403);
}
}
}

0 comments on commit d9389d5

Please sign in to comment.