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