. */ declare(strict_types=1); namespace App\Repository\UserSystem; use App\Repository\NamedDBElementRepository; use Doctrine\ORM\EntityRepository; class ApiTokenRepository extends EntityRepository { }