fix: correct McpApiKeyAuth namespace in API routes
Core\Mod\Mcp\Middleware → Core\Mcp\Middleware (matches actual class location) Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
9a0d795abb
commit
98b938eb51
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
use Core\Api\Controllers\McpApiController;
|
||||
use Core\Mod\Mcp\Middleware\McpApiKeyAuth;
|
||||
use Core\Mcp\Middleware\McpApiKeyAuth;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Reference in a new issue