private readonly SeoUrlPersister
$seoUrlPersister,
private readonly Connection
$connection,
private readonly EntityRepository
$salesChannelRepository ) { } /**
* @param list<string> $ids
*/
public function update(string
$routeName, array
$ids): void
{ $templates =
$routeName !== '' ?
$this->
loadUrlTemplate($routeName) :
[];
if (empty($templates)) { return;
} $route =
$this->seoUrlRouteRegistry->
findByRouteName($routeName);
if ($route === null
) { throw new \
RuntimeException(sprintf('Route by name %s not found',
$routeName));
} $context = Context::
createDefaultContext();