mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 17:19:50 +02:00
added cached flag
This commit is contained in:
@@ -78,6 +78,13 @@ class Image
|
||||
*/
|
||||
protected $original;
|
||||
|
||||
/**
|
||||
* Identifier for cached images
|
||||
*
|
||||
* @var boolean
|
||||
*/
|
||||
public $cached = false;
|
||||
|
||||
/**
|
||||
* Create a new instance of Image class
|
||||
*
|
||||
|
Reference in New Issue
Block a user