Apply fixes from StyleCI (#609)

This commit is contained in:
Dane Everitt 2017-08-30 21:14:20 -05:00 committed by GitHub
parent cb62e6a96d
commit 30660cfac2
19 changed files with 41 additions and 41 deletions

View file

@ -26,9 +26,9 @@
namespace Pterodactyl\Http\Controllers\Base;
use Illuminate\Http\Request;
use Pterodactyl\Contracts\Repository\ServerRepositoryInterface;
use Pterodactyl\Http\Controllers\Controller;
use Pterodactyl\Services\Servers\ServerAccessHelperService;
use Pterodactyl\Contracts\Repository\ServerRepositoryInterface;
use Pterodactyl\Contracts\Repository\Daemon\ServerRepositoryInterface as DaemonServerRepositoryInterface;
class IndexController extends Controller