Fix broken namespace for autoloader

This commit is contained in:
Dane Everitt 2018-08-31 20:34:57 -07:00
parent 25454a98b8
commit f3efe546da
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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;