mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-02-14 17:13:09 +00:00
Optimized RequestManagement and tests
This commit is contained in:
@@ -24,6 +24,14 @@ trait RequestedRightAttribut
|
||||
$this->requestedRight = $requestedRight;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function hasRequestedRight(): bool
|
||||
{
|
||||
return isset($this->requestedRight);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return RequestedRightInterface
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user