big restructure

This commit is contained in:
2026-02-11 19:28:12 +01:00
parent cd59ccd99b
commit 3eb9cc0ac4
209 changed files with 5101 additions and 2459 deletions

View File

@@ -3,7 +3,7 @@
use MintyPHP\Router;
use MintyPHP\Session;
use MintyPHP\Support\Flash;
use MintyPHP\Service\PageService;
use MintyPHP\Service\Content\PageService;
use MintyPHP\Http\Request;
use MintyPHP\I18n;

View File

@@ -4,7 +4,7 @@ use MintyPHP\Buffer;
use MintyPHP\Router;
use MintyPHP\Session;
use MintyPHP\Support\Flash;
use MintyPHP\Service\PageService;
use MintyPHP\Service\Content\PageService;
use MintyPHP\Http\Request;
use MintyPHP\I18n;