MAPG-3 move utils classes into Util namespace

This commit is contained in:
Bence Pőcze 2020-05-17 22:26:23 +02:00
parent a61d2951d7
commit d5c0e59d29
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php namespace MapGuesser\Geo; <?php namespace MapGuesser\Util\Geo;
class Bounds class Bounds
{ {

View File

@ -1,4 +1,4 @@
<?php namespace MapGuesser\Geo; <?php namespace MapGuesser\Util\Geo;
class Position class Position
{ {