Skip to content

Commit

Permalink
acl
Browse files Browse the repository at this point in the history
  • Loading branch information
teodoroleckie committed May 4, 2021
1 parent 87ef014 commit 9571ecb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Tleckie\Acl\Acl\OperationEnum;
use Tleckie\Acl\Acl\PermissionTypeEnum;
use Tleckie\Acl\Acl\Register;
use Tleckie\Acl\Acl\RegisterInterface;
use Tleckie\Acl\Resource\ResourceFactory;
use Tleckie\Acl\Resource\ResourceFactoryInterface;
use Tleckie\Acl\Resource\ResourceInterface;
Expand All @@ -25,8 +26,8 @@
*/
class Acl implements AclInterface
{
/** @var Register */
protected Register $register;
/** @var RegisterInterface */
protected RegisterInterface $register;

/** @var ResourceFactoryInterface */
private ResourceFactoryInterface $resourceFactory;
Expand Down

0 comments on commit 9571ecb

Please sign in to comment.