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 <?php
namespace StaticMapLite\Element; namespace StaticMapLite\Element\Marker;
class Marker class Marker
{ {

View File

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

View File

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