Skip to content

Commit

Permalink
Merge pull request #2753 from machacekmartin/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
drbyte authored Nov 4, 2024
2 parents 7615c44 + 5f483f5 commit 8efe3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PermissionRegistrar.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ private function loadPermissions(): void
$this->cacheKey, $this->cacheExpirationTime, fn () => $this->getSerializedPermissionsForCache()
);

// fallback for old cache method, must be removed on next mayor version
// fallback for old cache method, must be removed on next major version
if (! isset($this->permissions['alias'])) {
$this->forgetCachedPermissions();
$this->loadPermissions();
Expand Down

0 comments on commit 8efe3d4

Please sign in to comment.