Skip to content

Commit

Permalink
Fixed DocBlock in facade (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
korkoshko authored Sep 14, 2023
1 parent b0b15da commit 667ecd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BouncerFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
* @method static bool cannot(string $ability, array|mixed $arguments = [])
* @method static bool allows(string $ability, array|mixed $arguments = [])
* @method static bool denies(string $ability, array|mixed $arguments = [])
* @method static \Silber\Bouncer\Database\Role role(array $attributes)
* @method static \Silber\Bouncer\Database\Ability ability(array $attributes)
* @method static \Silber\Bouncer\Database\Role role(array $attributes = [])
* @method static \Silber\Bouncer\Database\Ability ability(array $attributes = [])
* @method static self runBeforePolicies(bool $boolean)
* @method static self ownedVia(string|\Closure $model, string|\Closure|null $attribute)
* @method static self useAbilityModel(string $model)
Expand Down

0 comments on commit 667ecd3

Please sign in to comment.