<?php declare(strict_types=1);
namespace TigerMedia\Login;
use Shopware\Core\Framework\Plugin;
class Login extends Plugin
{
}