chore: replace deprecated attribute

This commit is contained in:
Björn Fromme
2026-03-23 19:23:59 +01:00
parent 7e686cef6b
commit 45af3a21b7
+1 -1
View File
@@ -8,7 +8,7 @@ use App\Repository\LogEntryRepository;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity(repositoryClass: LogEntryRepository::class)] #[ORM\Entity(repositoryClass: LogEntryRepository::class)]
#[ORM\Table(indexes: [new ORM\Index(name: 'IDX_LOG_ENTRY_ERROR_CODE', columns: ['error_code'])])] #[ORM\Index(name: 'IDX_LOG_ENTRY_ERROR_CODE', columns: ['error_code'])]
class LogEntry class LogEntry
{ {
#[ORM\Id] #[ORM\Id]