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