<?php declare(strict_types=1);namespace Acris\FixAutomaticLogout;use Doctrine\DBAL\Connection;use Shopware\Core\Defaults;use Shopware\Core\Framework\Context;use Shopware\Core\Framework\DataAbstractionLayer\EntityRepository;use Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria;use Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearchResult;use Shopware\Core\Framework\DataAbstractionLayer\Search\Filter\EqualsFilter;use Shopware\Core\Framework\DataAbstractionLayer\Search\Filter\MultiFilter;use Shopware\Core\Framework\Plugin;use Shopware\Core\Framework\Plugin\Context\UninstallContext;use Shopware\Core\Framework\Plugin\Context\InstallContext;use Shopware\Core\Framework\Plugin\Context\ActivateContext;use Shopware\Core\System\CustomField\CustomFieldTypes;use Shopware\Core\System\Snippet\SnippetEntity;class AcrisFixAutomaticLogoutCS extends Plugin{}