mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Renamed TypeAttribut to CrudAttribut
This commit is contained in:
@@ -45,7 +45,7 @@ final class RightChecker implements RightCheckerInterface
|
||||
|
||||
private function isTypeEqual(string $type): bool
|
||||
{
|
||||
return $this->right->getType() === $type;
|
||||
return $this->right->getCrud() === $type;
|
||||
}
|
||||
|
||||
private function checkPermission(): bool
|
||||
|
Reference in New Issue
Block a user