Rename main class into Printer.
This commit is contained in:
parent
2b460636fe
commit
27da5ba253
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace StaticMapLite;
|
namespace StaticMapLite;
|
||||||
|
|
||||||
class StaticMapLite
|
class Printer
|
||||||
{
|
{
|
||||||
protected $maxWidth = 1024;
|
protected $maxWidth = 1024;
|
||||||
protected $maxHeight = 1024;
|
protected $maxHeight = 1024;
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
require_once '../vendor/autoload.php';
|
require_once '../vendor/autoload.php';
|
||||||
|
|
||||||
use StaticMapLite\StaticMapLite;
|
use StaticMapLite\Printer;
|
||||||
|
|
||||||
$map = new StaticMapLite();
|
$printer = new Printer();
|
||||||
print $map->showMap();
|
print $printer->showMap();
|
||||||
|
Loading…
Reference in New Issue
Block a user