@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | namespace Linio\Component\Input\Node; |
6 | 6 | |
7 | -use Linio\Component\Input\Exception\RequiredFieldException; |
|
8 | 7 | use Linio\Component\Input\Exception\InvalidConstraintException; |
8 | +use Linio\Component\Input\Exception\RequiredFieldException; |
|
9 | 9 | |
10 | 10 | class CollectionNode extends BaseNode |
11 | 11 | { |