Skip to content

Commit

Permalink
Fix StyleCI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Mar 12, 2019
1 parent 2031724 commit 67cb3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Auth/Access/Gate.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public function any($abilities, $arguments = [])
public function none($abilities, $arguments = [])
{
return ! $this->any($abilities, $arguments);
}
}

/**
* Determine if the given ability should be granted for the current user.
Expand Down

0 comments on commit 67cb3a4

Please sign in to comment.