Skip to content

Commit

Permalink
Added SecurityHelper to Bootstrap.php routes to be able to overwrite it
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea.scaramucci committed Jul 1, 2024
1 parent 780feea commit 201cb87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/User/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,9 @@ protected function buildClassMap(array $userClassMap)
'Da\User\Service' => [
'MailService',
],
'Da\User\Helper' => [
'SecurityHelper',
]
];

$mapping = array_merge($defaults, $userClassMap);
Expand Down

0 comments on commit 201cb87

Please sign in to comment.