20240508#1

This commit is contained in:
User
2024-05-08 01:07:24 +03:00
parent e865eca689
commit 3ebbe07db6
3 changed files with 16 additions and 9 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

View File

@@ -4,7 +4,6 @@ namespace App\Main\Presentation\Controllers;
use Base\Presentation\Controllers\AbstractPageController;
use Psr\Http\Message\ResponseInterface;
class IndexController extends AbstractPageController {
/**