20241004#1

This commit is contained in:
User
2024-10-04 03:00:11 +03:00
parent 99f78f7362
commit 1b0af12a46
37 changed files with 57 additions and 59 deletions

View File

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