mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Reorganize API files
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Tests\Unit\Http\Middleware\Api\Admin;
|
||||
|
||||
use Tests\Unit\Http\Middleware\MiddlewareTestCase;
|
||||
use Pterodactyl\Http\Middleware\Api\Admin\AuthenticateUser;
|
||||
use Pterodactyl\Http\Middleware\Api\Application\AuthenticateUser;
|
||||
|
||||
class AuthenticateUserTest extends MiddlewareTestCase
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class AuthenticateUserTest extends MiddlewareTestCase
|
||||
/**
|
||||
* Return an instance of the middleware for testing.
|
||||
*
|
||||
* @return \Pterodactyl\Http\Middleware\Api\Admin\AuthenticateUser
|
||||
* @return \Pterodactyl\Http\Middleware\Api\Application\AuthenticateUser
|
||||
*/
|
||||
private function getMiddleware(): AuthenticateUser
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user