Implemented AbstractRequestedRightFacade

This commit is contained in:
Kevin Frantz
2019-01-20 12:54:39 +01:00
parent cc491f5707
commit b2d50e3cfd
6 changed files with 213 additions and 79 deletions

View File

@@ -26,11 +26,6 @@ class RequestedAction extends RequestedUser implements RequestedActionInterface
ActionType::LIST => CRUDType::READ,
];
/**
* @var RequestedRightInterface
*/
private $requestedRight;
/**
* @param RequestedRightInterface $requestedRight
*/