diff --git a/src/Entity/LogEntry.php b/src/Entity/LogEntry.php index adc88aa..2af65a7 100644 --- a/src/Entity/LogEntry.php +++ b/src/Entity/LogEntry.php @@ -8,7 +8,7 @@ use App\Repository\LogEntryRepository; use Doctrine\ORM\Mapping as ORM; #[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 { #[ORM\Id]