複数ネームスペースを可能に

This commit is contained in:
2026-02-27 03:15:17 +09:00
parent b723230818
commit a1bd29cff6
32 changed files with 95 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
# ルートの仕組み
`route.php` では、 `use Site\Lib\Route; `というインクルードもある事に
`route.php` では、 `use Std\Lib\Route; `というインクルードもある事に
気づくでしょう。
これが全てのルートを処理します。
ルートの基本的な流れは次の通りです: