Optimized namespaces

This commit is contained in:
Kevin Frantz
2018-10-03 17:10:15 +02:00
parent 011ef696f5
commit ab15856aa4
5 changed files with 7 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ use App\Entity\Source\SourceInterface;
/**
* @author kevinfrantz
*/
class AbstractSourceFactory
abstract class AbstractSourceFactory
{
/**
* @var SourceInterface

View File

@@ -4,7 +4,7 @@ namespace App\Creator\Factory\Template\Source;
use App\Entity\Source\SourceInterface;
use Symfony\Component\HttpFoundation\Request;
use Creator\Factory\AbstractSourceFactory;
use App\Creator\Factory\AbstractSourceFactory;
/**
* @author kevinfrantz