@@ -14,8 +14,6 @@ |
||
14 | 14 | use DP\Core\MachineBundle\Entity\MachineRepository; |
15 | 15 | use DP\Core\UserBundle\Service\UserGroupResolver; |
16 | 16 | use Symfony\Component\Form\AbstractType; |
17 | -use Symfony\Component\Form\FormView; |
|
18 | -use Symfony\Component\Form\FormInterface; |
|
19 | 17 | use Symfony\Component\OptionsResolver\OptionsResolverInterface; |
20 | 18 | use Symfony\Component\Security\Core\SecurityContext; |
21 | 19 | use DP\Core\UserBundle\Entity\User; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Doctrine\ORM\Mapping as ORM; |
15 | 15 | use DP\GameServer\GameServerBundle\Entity\GameServer; |
16 | 16 | use Symfony\Component\Validator\Constraints as Assert; |
17 | -use DP\Core\MachineBundle\PHPSeclibWrapper\PHPSeclibWrapper; |
|
18 | 17 | use DP\Core\GameBundle\Entity\Plugin; |
19 | 18 | use DP\Core\CoreBundle\Exception\MissingPacketException; |
20 | 19 | use Symfony\Component\Validator\Mapping\ClassMetadata; |