Fixes for 1.12 (#4655)
* fix missing locales * bump composer packages * changed translations * assert timezone on customer * include user accountNumber in excel export * improve next customer number calculation * fix z-index of contextmenu / action dropdown
This commit is contained in:
@@ -28,9 +28,9 @@ use Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface;
|
||||
final class UserLoginLinkCommand extends Command
|
||||
{
|
||||
public function __construct(
|
||||
private LoginLinkHandlerInterface $loginLink,
|
||||
private UserRepository $userRepository,
|
||||
private RequestStack $requestStack
|
||||
private readonly LoginLinkHandlerInterface $loginLink,
|
||||
private readonly UserRepository $userRepository,
|
||||
private readonly RequestStack $requestStack
|
||||
)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
Reference in New Issue
Block a user