Your IP : 216.73.216.52


Current Path : /proc/thread-self/root/var/www/surf/TYPO3/src/surf/Classes/Domain/Repository/
Upload File :
Current File : //proc/thread-self/root/var/www/surf/TYPO3/src/surf/Classes/Domain/Repository/StoreRepository.php

<?php

declare(strict_types=1);

namespace Torresani\Surf\Domain\Repository;


/**
 * This file is part of the "Surf" Extension for TYPO3 CMS.
 *
 * For the full copyright and license information, please read the
 * LICENSE.txt file that was distributed with this source code.
 *
 * (c) 2023 Roberto Torresani <roberto@torresani.eu>
 */

/**
 * The repository for Stores
 */
class StoreRepository extends \TYPO3\CMS\Extbase\Persistence\Repository
{
}