@@ -68,11 +68,11 @@ |
||
68 | 68 | /** @var TemplateReferenceInterface $template */ |
69 | 69 | foreach ($templates as $template) { |
70 | 70 | |
71 | - $templatesLocations[$template->getLogicalName() . "|" . $theme->getSlug()] = $this->resourceLocator->locateResource($template->getPath(), $theme); |
|
71 | + $templatesLocations[$template->getLogicalName()."|".$theme->getSlug()] = $this->resourceLocator->locateResource($template->getPath(), $theme); |
|
72 | 72 | } |
73 | 73 | } |
74 | 74 | |
75 | - $this->writeCacheFile($cacheDir . '/templates_themes.php', sprintf('<?php return %s;', var_export($templatesLocations, true))); |
|
75 | + $this->writeCacheFile($cacheDir.'/templates_themes.php', sprintf('<?php return %s;', var_export($templatesLocations, true))); |
|
76 | 76 | } |
77 | 77 | |
78 | 78 | /** |