mirror of
https://github.com/Intervention/image.git
synced 2025-08-23 05:52:47 +02:00
Correct typo
This commit is contained in:
@@ -42,7 +42,7 @@ class File implements FileInterface
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// write date
|
// write data
|
||||||
$saved = @file_put_contents($filepath, (string) $this);
|
$saved = @file_put_contents($filepath, (string) $this);
|
||||||
if ($saved === false) {
|
if ($saved === false) {
|
||||||
throw new NotWritableException(
|
throw new NotWritableException(
|
||||||
|
Reference in New Issue
Block a user