Skip to content

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 12, 2018
1 parent b4b625b commit 9f8db17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ class PostViewModel extends ViewModel

public function categories(): Collection
{
return Category::whereUserAllowed($this->user)->get();
return Category::canBeUsedBy($this->user)->get();
}
}
```
Expand Down

0 comments on commit 9f8db17

Please sign in to comment.