| Current Path : /proc/thread-self/root/var/www/surf/TYPO3/src/surf/Classes/Domain/Repository/ |
| Current File : //proc/thread-self/root/var/www/surf/TYPO3/src/surf/Classes/Domain/Repository/VendorRepository.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 Vendors
*/
class VendorRepository extends \TYPO3\CMS\Extbase\Persistence\Repository
{
}