mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-07 12:48:14 +00: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