Skip to content

Commit

Permalink
Merge branch 'as/policies_extender_tests' of github.com:flarum/core i…
Browse files Browse the repository at this point in the history
…nto as/policies_extender_tests
  • Loading branch information
askvortsov1 committed Dec 8, 2020
2 parents 5c9eaf9 + baac610 commit 36cc936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User/Access/Gate.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function allows(User $actor, string $ability, $model): bool
}

/**
* Get all policies for a given model and ability
* Get all policies for a given model and ability.
*/
protected function getPolicies(string $model)
{
Expand Down

0 comments on commit 36cc936

Please sign in to comment.