Files
2026-07-03 17:53:31 +02:00

18 lines
326 B
PHP

<?php
namespace GeorgRinger\News\Domain\Model;
/**
* This file is part of the "news" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*/
/**
* News model for default news
*/
class NewsDefault extends News
{
}