chore: replace deprecated attribute
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user