Skip to content

Commit

Permalink
fix: remove final in entity classes
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Mar 19, 2024
1 parent aea8378 commit 81ea74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/src/Entity/Shipping/ShippingSlotConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
* @ORM\Entity
* @ORM\Table(name="monsieurbiz_shipping_slot_config")
*/
final class ShippingSlotConfig extends BaseShippingSlotConfig
class ShippingSlotConfig extends BaseShippingSlotConfig
{
}
2 changes: 1 addition & 1 deletion dist/src/Entity/Shipping/Slot.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
* @ORM\Entity
* @ORM\Table(name="monsieurbiz_shipping_slot_slot")
*/
final class Slot extends BaseSlot
class Slot extends BaseSlot
{
}

0 comments on commit 81ea74f

Please sign in to comment.