Uppercase classname.
This commit is contained in:
parent
5b05f18735
commit
65a9e9cfc4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace StaticMapLite;
|
namespace StaticMapLite;
|
||||||
|
|
||||||
class staticMapLite
|
class StaticMapLite
|
||||||
{
|
{
|
||||||
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\StaticMapLite;
|
||||||
|
|
||||||
$map = new staticMapLite();
|
$map = new StaticMapLite();
|
||||||
print $map->showMap();
|
print $map->showMap();
|
||||||
|
Loading…
Reference in New Issue
Block a user