代码统一大小写

This commit is contained in:
wong
2025-10-23 09:51:43 +08:00
parent c2dce8344b
commit 268aedbb6e
11 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
namespace library;
use library\interfaces\CallMap as CallMapInterface;
use library\Interfaces\CallMap as CallMapInterface;
class ClassTable implements CallMapInterface
{