@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Dgame\Soap\Component; |
4 | 4 | |
5 | 5 | use Dgame\Soap\XmlElement; |
6 | -use Exception; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * Class Request |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Dgame\Soap; |
4 | 4 | |
5 | -use Dgame\Soap\Attribute\Attribute; |
|
6 | -use Dgame\Soap\Attribute\XmlAttribute; |
|
7 | 5 | use Dgame\Soap\Hydrator\VisitorInterface; |
8 | 6 | |
9 | 7 | /** |