Move Marker into other directory.
This commit is contained in:
parent
93daa80771
commit
4142756155
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace StaticMapLite\Element;
|
||||
namespace StaticMapLite\Element\Marker;
|
||||
|
||||
class Marker
|
||||
{
|
@ -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
|
||||
{
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
require_once '../vendor/autoload.php';
|
||||
|
||||
use StaticMapLite\Element\Marker;
|
||||
use StaticMapLite\Element\Marker\Marker;
|
||||
use StaticMapLite\Printer;
|
||||
|
||||
$printer = new Printer();
|
||||
|
Loading…
Reference in New Issue
Block a user