Test Setup Failed
Push — dependabot/composer/spatie/lar... ( 831f9b...0c248a )
by
unknown
46:14 queued 37:53
created
src/System/Sitemap/SitemapXmlFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.