From ea20f7562a8a761a6424a321dfafd9b8bf17574a Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Sun, 11 Nov 2018 21:12:21 +0100 Subject: [PATCH] Declared AbstractNameSource as abstract and adapted paths for usersource --- application/src/Entity/Source/Combination/UserSource.php | 4 ++-- .../src/Entity/Source/Combination/UserSourceInterface.php | 3 ++- .../src/Entity/Source/Data/Name/AbstractNameSource.php | 2 +- application/src/Entity/User.php | 4 ++-- .../tests/Unit/Entity/Source/Combination/UserSourceTest.php | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/application/src/Entity/Source/Combination/UserSource.php b/application/src/Entity/Source/Combination/UserSource.php index ce5b8e0..d5d7efe 100644 --- a/application/src/Entity/Source/Combination/UserSource.php +++ b/application/src/Entity/Source/Combination/UserSource.php @@ -1,6 +1,6 @@