Skip to content

Commit

Permalink
Fix middleware sample phpdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambe committed Dec 1, 2018
1 parent 89e1ed7 commit d0eeb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.md
Expand Up @@ -181,7 +181,7 @@ class CheckCapability
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @param string $role
* @param string $cap
* @return mixed
*/
public function handle($request, Closure $next, $cap)
Expand Down

0 comments on commit d0eeb86

Please sign in to comment.