revert: variable parsing
This commit is contained in:
		@@ -18,7 +18,7 @@ function collectRegex(string $name)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
function replaceVariables($variable)
 | 
					function replaceVariables($variable)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    return $variable->after('${')->before('}');
 | 
					    return $variable->replaceFirst('$', '')->replaceFirst('{', '')->replaceLast('}', '');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function getFilesystemVolumesFromServer(ServiceApplication|ServiceDatabase|Application $oneService, bool $isInit = false)
 | 
					function getFilesystemVolumesFromServer(ServiceApplication|ServiceDatabase|Application $oneService, bool $isInit = false)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user