fix(php syntax): class must be writed in lowercase
This commit is contained in:
parent
601f3f684a
commit
167297979c
@ -28,7 +28,7 @@
|
||||
error_reporting(0);
|
||||
ini_set('display_errors', 'off');
|
||||
|
||||
Class staticMapLite
|
||||
class staticMapLite
|
||||
{
|
||||
|
||||
protected $maxWidth = 1024;
|
||||
|
Loading…
Reference in New Issue
Block a user