20240708#1

This commit is contained in:
User
2024-07-08 13:57:42 +03:00
parent 3ebbe07db6
commit c3e7bc6fc7
15 changed files with 22 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
<?php
namespace App\Main\Presentation\Controllers;
use Base\Presentation\Controllers\AbstractPageController;
namespace App\Main\Infrastructure\Controllers;
use Base\Infrastructure\Controllers\AbstractPageController;
use Psr\Http\Message\ResponseInterface;
class IndexController extends AbstractPageController {