Implemented test draft for reciever

This commit is contained in:
Kevin Frantz
2018-11-04 16:12:16 +01:00
parent 9e4b00e2ae
commit 2f316ae55d
4 changed files with 41 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ use App\Entity\Method\CollectionDimensionHelperMethod;
* @ORM\Table(name="source_group")
* @ORM\Entity
*/
final class TreeCollectionSource extends AbstractCollectionSource implements TreeCollectionSourceInterface
class TreeCollectionSource extends AbstractCollectionSource implements TreeCollectionSourceInterface
{
use MembersAttribut;
use CollectionDimensionHelperMethod;

View File

@@ -13,7 +13,7 @@ use App\Entity\UserInterface;
* @ORM\Table(name="source_data_user")
* @ORM\Entity(repositoryClass="App\Repository\UserSourceRepository")
*/
final class UserSource extends AbstractDataSource implements UserSourceInterface
class UserSource extends AbstractDataSource implements UserSourceInterface
{
use UserAttribut,NameSourceAttribut;