@@ -21,7 +21,7 @@ |
||
21 | 21 | file_put_contents($filepath, $xmlString); |
22 | 22 | |
23 | 23 | // If this is the default locale, we'll create a default sitemap.xml as well |
24 | - if($locale == config('app.fallback_locale')) { |
|
24 | + if ($locale == config('app.fallback_locale')) { |
|
25 | 25 | file_put_contents(public_path('sitemap.xml'), $xmlString); |
26 | 26 | } |
27 | 27 | } |