Fix broken namespace for autoloader

This commit is contained in:
Dane Everitt
2018-08-31 20:34:57 -07:00
parent 25454a98b8
commit f3efe546da
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Pterodactyl\Http\Middleware;
namespace Pterodactyl\Http\Middleware\Server;
use Closure;
use Illuminate\Http\Request;