Skip to content

Commit 17b242b

Browse files
committed
abstractentity: remove deleted
1 parent 2f8d28a commit 17b242b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App/src/Entity/AbstractEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use function ucfirst;
1616

1717
#[ORM\MappedSuperclass]
18-
abstract class AbstractEntity implements ArraySerializableInterface, EntityInterface
18+
abstract class AbstractEntity implements ArraySerializableInterface
1919
{
2020
#[ORM\Id]
2121
#[ORM\Column(name: 'id', type: 'uuid', unique: true, nullable: false)]

0 commit comments

Comments
 (0)