mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-08 13:18:00 +00:00
Solved some namespace bugs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Creator\Factory;
|
||||
namespace App\Creator\Factory;
|
||||
|
||||
use App\Entity\SourceInterface;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Creator\Factory\Form\Source;
|
||||
|
||||
use Creator\Factory\AbstractSourceFactory;
|
||||
use App\Creator\Factory\AbstractSourceFactory;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
||||
Reference in New Issue
Block a user