Move files and adjust namespaces

This commit is contained in:
Brabli
2022-07-21 15:42:05 +01:00
parent d2e324f263
commit a8c0b55fcd
2 changed files with 2 additions and 2 deletions

View File

@@ -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
{ {

View File

@@ -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