test
Some checks failed
Build / A job to say hello (push) Failing after 3m45s

This commit is contained in:
lubiana 2025-06-15 00:30:18 +02:00
parent d4896dfdbf
commit e9dbea995b
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 52 additions and 1 deletions

View file

@ -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]