Skip to content
Snippets Groups Projects
Unverified Commit 6a60bcbf authored by dpi's avatar dpi
Browse files

This shouldnt need to be final

parent 5a8749ad
Branches 3.5.x
Tags 3.6.0
No related merge requests found
......@@ -22,7 +22,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
*
* @method \Drupal\date_recur\Plugin\Field\FieldType\DateRecurItem|null first()
*/
final class DateRecurFieldItemList extends DateRangeFieldItemList {
class DateRecurFieldItemList extends DateRangeFieldItemList {
/**
* Value for 'default_time_zone_source' to get time zone from a fixed string.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment