feat: remove outdated log entries scheduled

This commit is contained in:
Björn Fromme
2026-03-16 12:01:09 +01:00
parent 9ee4c1cd5c
commit 645729a518
4 changed files with 108 additions and 1 deletions
+4 -1
View File
@@ -1,10 +1,13 @@
<?php
declare(strict_types=1);
namespace App\Entity;
use App\Repository\LogEntryRepository;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity]
#[ORM\Entity(repositoryClass: LogEntryRepository::class)]
class LogEntry
{
#[ORM\Id]