fix namespaces and references

This commit is contained in:
2026-07-13 18:47:08 +02:00
parent 661e2db8b1
commit 73eb3f92d0
23 changed files with 2687 additions and 128 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
namespace Api\Auth;
use Core\Config;
use Core\Request;
use Api\Core\Config;
use Api\Core\Request;
class ApiTokenAuthenticator
{