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

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

@@ -2,7 +2,7 @@
namespace Site\Controller;
use Site\Controller\BlogPost;
use Site\Lib\Markdown;
use Std\Lib\Markdown;
class Atom extends BlogPost {
private string $domain = 'technicalsuwako.moe';