@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Isign\QueryInterface; |
| 5 | 5 | use Isign\Validator\Constraints\Code; |
| 6 | -use Isign\Validator\Constraints\Phone; |
|
| 7 | 6 | use Symfony\Component\Validator\Constraints as Assert; |
| 8 | 7 | |
| 9 | 8 | /** |
@@ -1,8 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Isign\Sign; |
| 3 | 3 | |
| 4 | -use Isign\DocumentTypeProvider; |
|
| 5 | -use Isign\FileFieldsTrait; |
|
| 6 | 4 | use Isign\QueryInterface; |
| 7 | 5 | use Isign\Validator\Constraints\Code; |
| 8 | 6 | use Isign\Validator\Constraints\Phone; |