Skip to content

Commit afd589a

Browse files
authored
GateKeeper class alias, prior to symfony 4.4 update (#7)
1 parent 564b917 commit afd589a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Resources/config/services.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ parameters:
44
gatekeeper.access.deny.class: GateKeeperBundle\Access\Deny
55

66
services:
7+
GateKeeper\GateKeeper:
8+
alias: 'gatekeeper'
9+
710
gatekeeper:
811
class: '%gatekeeper.class%'
912
public: true

0 commit comments

Comments
 (0)