Issue #2029509 by damiankloip: fix HEAD.
parent
d4dcb5c357
commit
980fa7ed7c
|
@ -71,7 +71,7 @@ class ViewsEntityArgumentValidator extends DerivativeBase implements ContainerDe
|
|||
public static function create(ContainerInterface $container, $base_plugin_id) {
|
||||
return new static(
|
||||
$base_plugin_id,
|
||||
$container->get('plugin.manager.entity'),
|
||||
$container->get('entity.manager'),
|
||||
$container->get('string_translation')
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue