Skip to content

Commit

Permalink
bugfix #201 Fix argument 1 passed to UserLoad::__construct() (phansys)
Browse files Browse the repository at this point in the history
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()`
  • Loading branch information
phansys committed Feb 24, 2021
2 parents dec2c2c + 26495fc commit f244994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
hackzilla_ticket.listener:
class: Hackzilla\Bundle\TicketBundle\EventListener\UserLoad
arguments:
- '%hackzilla_ticket.model.user.class%'
- '@hackzilla_ticket.user_manager'
tags:
- { name: doctrine.event_listener, event: postLoad }

Expand Down

0 comments on commit f244994

Please sign in to comment.