| 12345678910111213141516171819202122 |
- <?php
- declare(strict_types=1);
- namespace Meramo\Chatbotui\Domain\Model;
- /**
- * This file is part of the "Chatbot UI" 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 Meramo Developer <develop@meramo.de>, Meramo Verlag GmbH
- */
- /**
- * Redirect page Url
- */
- class Url extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
- {
- }
|