diff --git a/src/Trait/MappableTrait.php b/src/Trait/MappableTrait.php index e293719..4353f47 100644 --- a/src/Trait/MappableTrait.php +++ b/src/Trait/MappableTrait.php @@ -4,6 +4,13 @@ declare(strict_types=1); namespace Pcm\GeocodeBundle\Trait; +/** + * Allows an entity to be mapped via latitude and longitude coordinates + * + * Use MappableInterface + * + * @package Pcm\GeocodeBundle + */ trait MappableTrait { private ?float $latitude = null;