This commit is contained in:
parent
d4896dfdbf
commit
e9dbea995b
3 changed files with 52 additions and 1 deletions
|
@ -14,7 +14,7 @@ use Doctrine\ORM\Mapping\Table;
|
|||
|
||||
#[Entity(repositoryClass: PropertyChangeLogRepository::class)]
|
||||
#[Table(name: 'property_change_log')]
|
||||
final class PropertyChangeLog
|
||||
class PropertyChangeLog
|
||||
{
|
||||
#[Id]
|
||||
#[GeneratedValue]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue