|
@@ -25,9 +25,9 @@ |
|
|
block discarded – undo |
|
25
|
25
|
$locales = ChiefLocales::fieldLocales(); |
|
26
|
26
|
|
|
27
|
27
|
foreach ($locales as $locale) { |
|
28
|
|
- $filepath = public_path('sitemap-' . $locale . '.xml'); |
|
|
28
|
+ $filepath = public_path('sitemap-'.$locale.'.xml'); |
|
29
|
29
|
|
|
30
|
|
- $this->info('Generating a sitemap for locale: ' . $locale . ' at: ' . $filepath); |
|
|
30
|
+ $this->info('Generating a sitemap for locale: '.$locale.' at: '.$filepath); |
|
31
|
31
|
|
|
32
|
32
|
$this->sitemapXmlFile->create($locale, $filepath, $this->createAlternateLocales($locales, $locale)); |
|
33
|
33
|
} |
Please login to merge, or discard this patch.