NcTestobjRepository.php
429 Bytes
<?php
namespace Netzcoop\Anctestextension\Domain\Repository;
/***
*
* This file is part of the "anc test extension" 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) 2017
*
***/
/**
* The repository for NcTestobjs
*/
class NcTestobjRepository extends \TYPO3\CMS\Extbase\Persistence\Repository
{
}