fix(php syntax): class must be writed in lowercase

This commit is contained in:
Dany Ralantonisainana 2017-02-09 10:28:27 +01:00
parent 601f3f684a
commit 167297979c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
error_reporting(0);
ini_set('display_errors', 'off');
Class staticMapLite
class staticMapLite
{
protected $maxWidth = 1024;