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

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

@@ -384,8 +384,8 @@ function countmatch(string $str): bool {
return $len == $sum;
}
function getImageInfo(string $url): \Site\Lib\Image {
$img = new \Site\Lib\Image($url);
function getImageInfo(string $url): \Std\Lib\Image {
$img = new \Std\Lib\Image($url);
return $img;
}