Move files and adjust namespaces
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Pcm\GeocodeBundle\Interface;
|
namespace Pcm\GeocodeBundle\Entity\Interface;
|
||||||
|
|
||||||
interface MappableInterface
|
interface MappableInterface
|
||||||
{
|
{
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Pcm\GeocodeBundle\Trait;
|
namespace Pcm\GeocodeBundle\Entity\Trait;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows an entity to be mapped via latitude and longitude coordinates
|
* Allows an entity to be mapped via latitude and longitude coordinates
|
||||||
Reference in New Issue
Block a user