Apply fixes from StyleCI (#590)

This commit is contained in:
Dane Everitt 2017-08-15 23:21:01 -05:00 committed by GitHub
parent 1260a8384a
commit 46cb71e69d
13 changed files with 47 additions and 48 deletions

View file

@ -24,9 +24,9 @@
namespace Pterodactyl\Services\Services\Options;
use Pterodactyl\Exceptions\Services\HasActiveServersException;
use Pterodactyl\Contracts\Repository\ServerRepositoryInterface;
use Pterodactyl\Contracts\Repository\ServiceOptionRepositoryInterface;
use Pterodactyl\Exceptions\Services\HasActiveServersException;
class OptionDeletionService
{