File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public static function handleAllExtensions()
6363 // Temnplating TV+
6464 foreach (self ::$ registeredExtensions as $ extensionKey => $ path ) {
6565 self ::loadDataStructurePlaces ($ extensionKey , $ path );
66- self ::loadTemplatePlaces ($ extensionKey ,$ path );
66+ self ::loadTemplatePlaces ($ extensionKey , $ path );
6767 self ::loadBackendLayoutPlaces ($ extensionKey , $ path );
6868
6969 // Last one, as it contain references to the other ones
@@ -130,8 +130,7 @@ protected static function loadPlaces(
130130 string $ extensionKey ,
131131 string $ pathAndFilename ,
132132 string $ defaultConfigurationHandlerIdentifier
133- ): void
134- {
133+ ): void {
135134 $ configurationService = GeneralUtility::makeInstance (ConfigurationService::class);
136135 $ placeConfigurations = self ::getFileContentArray ($ pathAndFilename );
137136 foreach ($ placeConfigurations as $ identifier => $ placeConfiguration ) {
You can’t perform that action at this time.
0 commit comments