mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
namespace tests\Unit\Form\Source;
|
||||
|
||||
use Symfony\Component\Form\Test\TypeTestCase;
|
||||
use App\Entity\Source\PureSource;
|
||||
use App\Form\Source\PureSourceCreateType;
|
||||
use Infinito\Entity\Source\PureSource;
|
||||
use Infinito\Form\Source\PureSourceCreateType;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
Reference in New Issue
Block a user