Skip to content

Commit 0b2fac0

Browse files
authored
oprava přejmenování rolí (#761)
1 parent 9412390 commit 0b2fac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Services/AclService.php

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function saveRole(Role $role) : void
9292
{
9393
$this->roleRepository->save($role);
9494
$this->roleNamesCache->clean([Cache::NAMESPACES => ['RoleNames']]);
95+
$this->permissionNamesCache->clean([Cache::NAMESPACES => ['PermissionNames']]);
9596
}
9697

9798
/**

0 commit comments

Comments
 (0)