@@ -50,7 +50,7 @@ |
||
| 50 | 50 | |
| 51 | 51 | protected function getCacheBustKey(string $file): string |
| 52 | 52 | { |
| 53 | - if (! config('hyde.cache_busting', true)) { |
|
| 53 | + if (!config('hyde.cache_busting', true)) { |
|
| 54 | 54 | return ''; |
| 55 | 55 | } |
| 56 | 56 | |