@@ -5,8 +5,8 @@ |
||
5 | 5 | use DateInterval; |
6 | 6 | use DateTimeInterface; |
7 | 7 | use Spatie\IcalendarGenerator\ComponentPayload; |
8 | -use Spatie\IcalendarGenerator\PropertyTypes\Parameter; |
|
9 | 8 | use Spatie\IcalendarGenerator\PropertyTypes\DateTimePropertyType; |
9 | +use Spatie\IcalendarGenerator\PropertyTypes\Parameter; |
|
10 | 10 | |
11 | 11 | final class Alert extends Component |
12 | 12 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Spatie\IcalendarGenerator\Builders; |
4 | 4 | |
5 | 5 | use Spatie\IcalendarGenerator\ComponentPayload; |
6 | -use Spatie\IcalendarGenerator\PropertyTypes\PropertyType; |
|
7 | 6 | |
8 | 7 | final class ComponentBuilder |
9 | 8 | { |