@@ -24,7 +24,7 @@ |
||
| 24 | 24 | /** @var \Hyde\Pages\Concerns\HydePage $model */ |
| 25 | 25 | $filepath = $model::sourcePath($identifier); |
| 26 | 26 | |
| 27 | - if (! file_exists(Hyde::path($filepath))) { |
|
| 27 | + if (!file_exists(Hyde::path($filepath))) { |
|
| 28 | 28 | throw new FileNotFoundException($filepath); |
| 29 | 29 | } |
| 30 | 30 | } |