Resolve "Geofencing coverage area" #1032

Merged
korina.cordero merged 7 commits from 141-geofencing-coverage-area-2 into master 2019-03-10 17:34:18 +00:00
Showing only changes of commit f93b675976 - Show all commits

View file

@ -6,7 +6,7 @@ use XMLReader;
use App\Entity\SupportedArea;
use Doctrine\Common\Persistence\ObjectManager;
use Doctrine\ORM\EntityManagerInterface;
use CrEOF\Spatial\PHP\Types\Geometry\Polygon;
use CrEOF\Spatial\PHP\Types\Geometry\Point;
@ -16,7 +16,7 @@ class KMLFileImporter
{
protected $em;
public function __construct(ObjectManager $em)
public function __construct(EntityManagerInterface $em)
{
$this->em = $em;
}