Skip to content

Commit

Permalink
Added UserBlockService to Bootstrap.php buildClassMap()
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea.scaramucci committed Jul 16, 2024
1 parent 780feea commit 6618539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/User/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ protected function buildClassMap(array $userClassMap)
],
'Da\User\Service' => [
'MailService',
'UserBlockService',
],
];

Expand Down

0 comments on commit 6618539

Please sign in to comment.