@@ -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 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Spatie\IcalendarGenerator\ComponentPayload; |
9 | 9 | use Spatie\IcalendarGenerator\PropertyTypes\CoordinatesPropertyType; |
10 | 10 | use Spatie\IcalendarGenerator\PropertyTypes\Parameter; |
11 | -use Spatie\IcalendarGenerator\PropertyTypes\TextPropertyType; |
|
12 | 11 | |
13 | 12 | final class Event extends Component |
14 | 13 | { |