@@ -28,7 +28,7 @@ |
||
| 28 | 28 | { |
| 29 | 29 | if (Features::hasDataCollections()) { |
| 30 | 30 | // Create the resources/collections directory if it doesn't exist |
| 31 | - if (! is_dir(Hyde::path('resources/collections'))) { |
|
| 31 | + if (!is_dir(Hyde::path('resources/collections'))) { |
|
| 32 | 32 | mkdir(Hyde::path('resources/collections')); |
| 33 | 33 | } |
| 34 | 34 | } |