@@ -215,7 +215,7 @@ |
||
215 | 215 | { |
216 | 216 | $storagePath = Hyde::mediaPath($this->source); |
217 | 217 | |
218 | - if (! file_exists($storagePath)) { |
|
218 | + if (!file_exists($storagePath)) { |
|
219 | 219 | throw new FileNotFoundException(customMessage: sprintf('Featured image [%s] not found.', Hyde::pathToRelative($storagePath))); |
220 | 220 | } |
221 | 221 |