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:
@@ -4,8 +4,8 @@ namespace tests\Unit\Domain\MapManagement;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use App\Domain\MapManagement\ActionHttpMethodMap;
|
||||
use App\DBAL\Types\ActionType;
|
||||
use Infinito\Domain\MapManagement\ActionHttpMethodMap;
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
Reference in New Issue
Block a user