Fixed namespacing.

This commit is contained in:
flash 2024-01-06 11:06:16 +00:00
parent f2c25e2c6f
commit 2bef9f456c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
namespace Uiharu\APIs;
namespace Uiharu\Apis;
use stdClass;
use DOMDocument;