Renamed SecureEntityChecker to SecureRequestedRightChecker

This commit is contained in:
Kevin Frantz
2019-01-27 09:11:34 +01:00
parent b47003bb52
commit 181872c41b
3 changed files with 9 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ use App\Domain\RightManagement\RightTransformerServiceInterface;
/**
* @author kevinfrantz
*/
final class SecureEntityChecker implements SecureEntityCheckerInterface
final class SecureRequestedRightChecker implements SecureRequestedRightCheckerInterface
{
/**
* @var RightTransformerServiceInterface

View File

@@ -9,7 +9,7 @@ use App\Domain\RequestManagement\Right\RequestedRightInterface;
*
* @author kevinfrantz
*/
interface SecureEntityCheckerInterface
interface SecureRequestedRightCheckerInterface
{
/**
* @param RequestedRightInterface $requestedRight