Skip to content

Commit 4667494

Browse files
Merge pull request #22 from SkyDreams/PLAT-1797
PLAT-1797
2 parents c248852 + cfe3e8c commit 4667494

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Entity/MappedSuperclass/AbstractLogEntry.php

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
use Symfony\Component\Security\Core\User\UserInterface;
1010
use Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry as GedmoEntry;
1111

12-
/**
13-
* @ORM\MappedSuperclass
14-
*/
15-
#[ORM\MappedSuperclass]
1612
abstract class AbstractLogEntry extends GedmoEntry implements LogEntryInterface, ArrayableInterface
1713
{
1814
/**

0 commit comments

Comments
 (0)