mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +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
|
@ -34,9 +34,9 @@ use Symfony\Component\Security\Core\Security;
|
|||
final class SetUserTimezoneSubscriber implements EventSubscriberInterface
|
||||
{
|
||||
private string $default_timezone;
|
||||
private Security $security;
|
||||
private \Symfony\Bundle\SecurityBundle\Security $security;
|
||||
|
||||
public function __construct(string $timezone, Security $security)
|
||||
public function __construct(string $timezone, \Symfony\Bundle\SecurityBundle\Security $security)
|
||||
{
|
||||
$this->default_timezone = $timezone;
|
||||
$this->security = $security;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue