Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Dec 16, 2017
1 parent 44359f8 commit f9b711d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ Checks if any one of the abilities is authorized for the given model.
### `@canEvery (iterable $abilities, string $model)`
Checks if all of the abilities are authorized for the given model.
```php
@canAny (['create', 'edit', 'remove'], $post)
@canEvery (['create', 'edit', 'remove'], $post)
```

### `@elseCanAny (iterable $abilities, string $model)`
Expand Down

0 comments on commit f9b711d

Please sign in to comment.