Move Printer in own directory.
This commit is contained in:
parent
62f6f8ef84
commit
63f0d344ff
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace StaticMapLite;
|
||||
namespace StaticMapLite\Printer;
|
||||
|
||||
use StaticMapLite\Canvas\CanvasInterface;
|
||||
use StaticMapLite\TileResolver\TileResolverInterface;
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace StaticMapLite;
|
||||
namespace StaticMapLite\Printer;
|
||||
|
||||
use StaticMapLite\Canvas\Canvas;
|
||||
use StaticMapLite\CanvasTilePainter\CanvasTilePainter;
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace StaticMapLite;
|
||||
namespace StaticMapLite\Printer;
|
||||
|
||||
interface PrinterInterface
|
||||
{
|
@ -29,7 +29,7 @@ require_once '../vendor/autoload.php';
|
||||
|
||||
use StaticMapLite\Element\Factory\Marker\ExtraMarkerFactory;
|
||||
use StaticMapLite\Element\Polyline\Polyline;
|
||||
use StaticMapLite\Printer;
|
||||
use StaticMapLite\Printer\Printer;
|
||||
|
||||
$printer = new Printer();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user