Solved some namespace bugs

This commit is contained in:
Kevin Frantz
2018-09-24 17:12:48 +02:00
parent d255623f85
commit a6fac55be4
4 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Creator\Factory;
namespace App\Creator\Factory;
use App\Entity\SourceInterface;

View File

@@ -2,7 +2,7 @@
namespace App\Creator\Factory\Form\Source;
use Creator\Factory\AbstractSourceFactory;
use App\Creator\Factory\AbstractSourceFactory;
/**
* @author kevinfrantz