Skip to content

Commit f244994

Browse files
committed
bugfix #201 Fix argument 1 passed to UserLoad::__construct() (phansys)
This PR was merged into the 3.x branch. Discussion ---------- |Q |A | |--- |---| |Branch |3.x| |Bug fix? |yes| |New feature? |no | |BC breaks? |no | |Deprecations?|no | |Tests pass? |yes| |Fixed tickets|n/a| |License |MIT| |Doc PR |n/a| Commits ------- 26495fc Fix argument 1 passed to `UserLoad::__construct()`
2 parents dec2c2c + 26495fc commit f244994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
hackzilla_ticket.listener:
33
class: Hackzilla\Bundle\TicketBundle\EventListener\UserLoad
44
arguments:
5-
- '%hackzilla_ticket.model.user.class%'
5+
- '@hackzilla_ticket.user_manager'
66
tags:
77
- { name: doctrine.event_listener, event: postLoad }
88

0 commit comments

Comments
 (0)