1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-23 14:02:47 +02:00

Correct typo

This commit is contained in:
Oliver Vogel
2024-01-15 17:18:00 +01:00
parent 3d1be8eee8
commit 23afc7fda2

View File

@@ -42,7 +42,7 @@ class File implements FileInterface
);
}
// write date
// write data
$saved = @file_put_contents($filepath, (string) $this);
if ($saved === false) {
throw new NotWritableException(