From fd5273d39d1ba02b2de39b8096b15f19a707cd78 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 14 Feb 2022 19:01:54 +0100 Subject: [PATCH] fix redirect entity --- core/Entity/Redirect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Entity/Redirect.php b/core/Entity/Redirect.php index b4f78e2..97cbf9b 100644 --- a/core/Entity/Redirect.php +++ b/core/Entity/Redirect.php @@ -2,7 +2,7 @@ namespace App\Core\Entity; -use App\Repository\Entity\RedirectRepository; +use App\Core\Repository\RedirectRepository; use Doctrine\ORM\Mapping as ORM; /**