$this->parameterBag->
all() );
return $bundle->
getAdditionalBundles($params);
} /**
* @return array<string, array<string, string>>
*/
private function getManifest(): array
{ if ($this->
areAssetsStoredLocally()) { return [];
} $hashes =
[];
if ($this->privateFilesystem->
fileExists('asset-manifest.json'
)) { $hashes =
json_decode( $this->privateFilesystem->
read('asset-manifest.json'
),
true,
\JSON_THROW_ON_ERROR
);
}