mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-31 23:40:20 +02:00
Applied rector rules up to symfony 6.2
This commit is contained in:
parent
88ea920dfb
commit
a43af180a7
145 changed files with 563 additions and 889 deletions
|
@ -55,10 +55,10 @@ final class PasswordChangeNeededSubscriber implements EventSubscriberInterface
|
|||
* @var string The route the user will redirected to, if he needs to change this password
|
||||
*/
|
||||
public const REDIRECT_TARGET = 'user_settings';
|
||||
private Security $security;
|
||||
private \Symfony\Bundle\SecurityBundle\Security $security;
|
||||
private HttpUtils $httpUtils;
|
||||
|
||||
public function __construct(Security $security, HttpUtils $httpUtils)
|
||||
public function __construct(\Symfony\Bundle\SecurityBundle\Security $security, HttpUtils $httpUtils)
|
||||
{
|
||||
$this->security = $security;
|
||||
$this->httpUtils = $httpUtils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue