21 lines
427 B
PHP
21 lines
427 B
PHP
<?php
|
|
namespace Cjel\TemplatesAide\Domain\Model;
|
|
|
|
/***
|
|
*
|
|
* This file is part of the "Templates Aide" 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) 2018 Philipp Dieter <philippdieter@attic-media.net>
|
|
*
|
|
***/
|
|
|
|
/**
|
|
* Dummy
|
|
*/
|
|
class Dummy extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
|
|
{
|
|
}
|