We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874a000 commit 3d2d44bCopy full SHA for 3d2d44b
src/Traits/Authorizable.php
@@ -19,7 +19,7 @@ public function can(string $scope): bool
19
$scopes = ($this->scopes) ? $this->scopes : [];
20
21
// Wildcard present
22
- if (in_array('*', $this->scopes, true)) {
+ if (in_array('*', $scopes, true)) {
23
return true;
24
}
25
0 commit comments