mirror of
https://github.com/Intervention/image.git
synced 2025-08-19 12:11:26 +02:00
Check for empty string
This commit is contained in:
@@ -268,7 +268,7 @@ class Image extends File
|
||||
*/
|
||||
public function isEncoded()
|
||||
{
|
||||
return ! is_null($this->encoded);
|
||||
return ! empty($this->encoded);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user