diff --git a/dist/src/Entity/Shipping/ShippingSlotConfig.php b/dist/src/Entity/Shipping/ShippingSlotConfig.php index a0609a0..28c08e7 100644 --- a/dist/src/Entity/Shipping/ShippingSlotConfig.php +++ b/dist/src/Entity/Shipping/ShippingSlotConfig.php @@ -20,6 +20,6 @@ * @ORM\Entity * @ORM\Table(name="monsieurbiz_shipping_slot_config") */ -final class ShippingSlotConfig extends BaseShippingSlotConfig +class ShippingSlotConfig extends BaseShippingSlotConfig { } diff --git a/dist/src/Entity/Shipping/Slot.php b/dist/src/Entity/Shipping/Slot.php index bc756f1..1c3c415 100644 --- a/dist/src/Entity/Shipping/Slot.php +++ b/dist/src/Entity/Shipping/Slot.php @@ -20,6 +20,6 @@ * @ORM\Entity * @ORM\Table(name="monsieurbiz_shipping_slot_slot") */ -final class Slot extends BaseSlot +class Slot extends BaseSlot { }