mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\MapManagement;
|
||||
namespace Infinito\Domain\MapManagement;
|
||||
|
||||
/**
|
||||
* This class offers the basic functions for managing an 2 dimensional map.
|
||||
|
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\MapManagement;
|
||||
namespace Infinito\Domain\MapManagement;
|
||||
|
||||
use App\DBAL\Types\ActionType;
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\MapManagement;
|
||||
namespace Infinito\Domain\MapManagement;
|
||||
|
||||
/**
|
||||
* This class offers a map for ActionTypes to HttpMethods.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\MapManagement;
|
||||
namespace Infinito\Domain\MapManagement;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
Reference in New Issue
Block a user