@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php namespace BestServedCold\PhalueObjects\Internet; |
| 2 | 2 | |
| 3 | -use BestServedCold\PhalueObjects\ValueObject; |
|
| 4 | 3 | use BestServedCold\PhalueObjects\Exception\InvalidTypeException; |
| 4 | +use BestServedCold\PhalueObjects\ValueObject; |
|
| 5 | 5 | |
| 6 | 6 | final class Email extends ValueObject |
| 7 | 7 | { |