Move Marker into other directory.

This commit is contained in:
Malte Hübner 2017-05-26 17:12:11 +02:00
parent 93daa80771
commit 4142756155
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace StaticMapLite\Element;
namespace StaticMapLite\Element\Marker;
class Marker
{

View File

@ -2,9 +2,8 @@
namespace StaticMapLite;
use StaticMapLite\Element\Marker;
use StaticMapLite\Element\Marker\Marker;
use StaticMapLite\TileResolver\CachedTileResolver;
use StaticMapLite\TileResolver\TileResolver;
class Printer
{

View File

@ -27,7 +27,7 @@
require_once '../vendor/autoload.php';
use StaticMapLite\Element\Marker;
use StaticMapLite\Element\Marker\Marker;
use StaticMapLite\Printer;
$printer = new Printer();