From 83db9934d112a7f18fe3470564fd8ed818cf066d Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Fri, 27 Sep 2024 20:30:47 +0200 Subject: [PATCH] Simplified codebase --- Entity/SharedProjectTimesheet.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Entity/SharedProjectTimesheet.php b/Entity/SharedProjectTimesheet.php index 8a6060b..3f25f2d 100644 --- a/Entity/SharedProjectTimesheet.php +++ b/Entity/SharedProjectTimesheet.php @@ -14,7 +14,6 @@ use Doctrine\ORM\Mapping as ORM; use KimaiPlugin\CustomerPortalBundle\Model\RecordMergeMode; use KimaiPlugin\CustomerPortalBundle\Repository\SharedProjectTimesheetRepository; -use LogicException; use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; use Symfony\Component\Validator\Constraints as Assert;