@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Percy\Entity; |
4 | 4 | |
5 | 5 | use InvalidArgumentException; |
6 | -use RuntimeException; |
|
7 | 6 | use Percy\Store\StoreInterface; |
8 | 7 | |
9 | 8 | abstract class AbstractEntity implements EntityInterface |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Percy\Store; |
4 | 4 | |
5 | -use InvalidArgumentException; |
|
6 | 5 | use Percy\Decorator\DecoratorTrait; |
7 | 6 | use Percy\Entity\Collection; |
8 | 7 |