Fix the styling

This commit is contained in:
Lance Pioch 2018-05-13 17:41:01 -04:00
parent 02379b657d
commit 6a4443b751
5 changed files with 5 additions and 5 deletions

View file

@ -9,8 +9,8 @@
namespace Pterodactyl\Services\Servers;
use Psr\Log\LoggerInterface as Writer;
use Pterodactyl\Models\Server;
use Psr\Log\LoggerInterface as Writer;
use GuzzleHttp\Exception\RequestException;
use Illuminate\Database\ConnectionInterface;
use Pterodactyl\Exceptions\DisplayException;