feat: remove outdated log entries scheduled

This commit is contained in:
Björn Fromme
2025-12-22 11:07:33 +01:00
parent 9291adfdff
commit be3f6e6288
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]