Optimized namespaes

This commit is contained in:
Kevin Frantz
2018-10-03 16:14:15 +02:00
parent 871c100d28
commit eb77157e4c
49 changed files with 97 additions and 98 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use Doctrine\Common\Collections\Collection;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use App\Logic\Operation\OperationInterface;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use App\Entity\LawInterface;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
/**
* @author kevinfrantz

View File

@@ -2,7 +2,7 @@
namespace App\Entity\Attribut;
use App\Entity\NameSourceInterface;
use App\Entity\Source\NameSourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use App\Entity\NameSourceInterface;
use App\Entity\Source\NameSourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use App\Entity\NodeInterface;

View File

@@ -2,7 +2,7 @@
namespace Entity\Attribut;
use App\Entity\Attribut\Interfaces\ParentAttributInterface;
use App\Entity\Attribut\ParentAttributInterface;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use Doctrine\Common\Collections\Collection;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use App\Entity\RecieverGroupInterface;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use App\Entity\RightInterface;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use Doctrine\Common\Collections\Collection;

View File

@@ -2,7 +2,7 @@
namespace App\Entity\Attribut;
use App\Entity\SourceInterface;
use App\Entity\Source\SourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use App\Entity\SourceInterface;
use App\Entity\Source\SourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use App\Entity\UserInterface;

View File

@@ -2,7 +2,7 @@
namespace Entity\Attribut;
use App\Entity\UserSourceInterface;
use App\Entity\Source\UserSourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use App\Entity\UserSourceInterface;
use App\Entity\Source\UserSourceInterface;
/**
* @author kevinfrantz

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
/**
* @author kevinfrantz