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