@@ -8,9 +8,9 @@ |
||
8 | 8 | use DateTimeImmutable; |
9 | 9 | use DateTimeInterface; |
10 | 10 | use IteratorAggregate; |
11 | +use Spatie\Period\Exceptions\CannotComparePeriods; |
|
11 | 12 | use Spatie\Period\Exceptions\InvalidDate; |
12 | 13 | use Spatie\Period\Exceptions\InvalidPeriod; |
13 | -use Spatie\Period\Exceptions\CannotComparePeriods; |
|
14 | 14 | |
15 | 15 | class Period implements IteratorAggregate |
16 | 16 | { |