mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized namespaes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Creator\Factory;
|
||||
|
||||
use App\Entity\SourceInterface;
|
||||
use App\Entity\Source\SourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Creator\Factory\Template\Source;
|
||||
|
||||
use App\Entity\SourceInterface;
|
||||
use App\Entity\Source\SourceInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Creator\Factory\AbstractSourceFactory;
|
||||
|
||||
|
Reference in New Issue
Block a user