mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 09:10:21 +02:00
php 5.3 compatibility
This commit is contained in:
@@ -23,7 +23,7 @@ class Image extends File
|
|||||||
*
|
*
|
||||||
* @var mixed
|
* @var mixed
|
||||||
*/
|
*/
|
||||||
protected $backups = [];
|
protected $backups = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Last image encoding result
|
* Last image encoding result
|
||||||
|
Reference in New Issue
Block a user