8
0
MailConfigChecker/Application/Controller/Admin/MailInfoPage.php

23 Zeilen
678 B
PHP

2023-12-13 14:12:50 +01:00
<?php
/**
2024-06-03 07:57:58 +02:00
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* https://www.d3data.de
2023-12-13 14:12:50 +01:00
*
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
2024-06-03 07:57:58 +02:00
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
* @link https://www.oxidmodule.com
2023-12-13 14:12:50 +01:00
*/
namespace D3\MailConfigChecker\Application\Controller\Admin;
2024-05-31 16:31:25 +02:00
use D3\MailConfigChecker\Application\Model\Constants;
2023-12-13 14:12:50 +01:00
use OxidEsales\Eshop\Application\Controller\Admin\AdminDetailsController;
class MailInfoPage extends AdminDetailsController
{
2024-05-31 16:31:25 +02:00
protected $_sThisTemplate = '@'.Constants::OXID_MODULE_ID.'/admin/mailInfoPage';
2023-12-13 14:12:50 +01:00
}