Initial commit - Typo3 11.5.41
This commit is contained in:
17
typo3conf/ext/news/Classes/Domain/Model/NewsDefault.php
Normal file
17
typo3conf/ext/news/Classes/Domain/Model/NewsDefault.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user