mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-12 14:09:31 +00:00
Fixed coding style.
This commit is contained in:
parent
0a94689d98
commit
f2ff77a8b3
44 changed files with 435 additions and 387 deletions
|
|
@ -35,8 +35,8 @@ use Symfony\Component\Security\Core\Security;
|
|||
*/
|
||||
final class TimezoneListener implements EventSubscriberInterface
|
||||
{
|
||||
protected $default_timezone;
|
||||
protected $security;
|
||||
private $default_timezone;
|
||||
private $security;
|
||||
|
||||
public function __construct(string $timezone, Security $security)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue