Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2017-09-03 21:41:03 +00:00 committed by StyleCI Bot
parent 54554465f2
commit 8f14ee989d
12 changed files with 59 additions and 59 deletions

View file

@ -25,11 +25,11 @@
namespace Pterodactyl\Http\Middleware;
use Closure;
use Illuminate\Auth\AuthenticationException;
use Illuminate\Contracts\Session\Session;
use Illuminate\Http\Request;
use Pterodactyl\Exceptions\Service\Server\UserNotLinkedToServerException;
use Illuminate\Contracts\Session\Session;
use Illuminate\Auth\AuthenticationException;
use Pterodactyl\Services\Servers\ServerAccessHelperService;
use Pterodactyl\Exceptions\Service\Server\UserNotLinkedToServerException;
class SubuserAccessAuthenticate
{