From 74038092e375a8e67e24741f7445fb29cf731f53 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Thu, 6 Sep 2018 13:09:28 +0200 Subject: [PATCH] Solved namespace bug --- application/src/Entity/NodeInterface.php | 2 +- application/src/Entity/User.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/application/src/Entity/NodeInterface.php b/application/src/Entity/NodeInterface.php index ba4b760..7f78c5d 100644 --- a/application/src/Entity/NodeInterface.php +++ b/application/src/Entity/NodeInterface.php @@ -2,7 +2,7 @@ namespace App\Entity; use Doctrine\Common\Collections\ArrayCollection; -use Entity\attribut\SourceAttributInterface; +use App\Entity\attribut\SourceAttributInterface; /** * diff --git a/application/src/Entity/User.php b/application/src/Entity/User.php index d9e007c..800e328 100644 --- a/application/src/Entity/User.php +++ b/application/src/Entity/User.php @@ -1,7 +1,6 @@