feat: log to database

This commit is contained in:
Björn Fromme
2025-04-25 08:36:23 +02:00
parent 9094e8c061
commit 5f9ac1a4e9
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -4,7 +4,6 @@ namespace App\Entity;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Table(name: 'core_log_entry')]
#[ORM\Entity]
class LogEntry
{