Skip to content
Snippets Groups Projects
Commit f55dfdfa authored by Bill Seremetis's avatar Bill Seremetis Committed by bletch
Browse files

Issue #3384264 by bserem: You have requested a non-existent service "entity.manager"

parent 29a91dca
Branches 3.0.x
No related tags found
1 merge request!6Issue #3384264: You have requested a non-existent service "entity.manager"
......@@ -51,7 +51,7 @@ class NotifyExtendForm extends FormBase {
*/
public static function create(ContainerInterface $container) {
return new static(
$container->get('entity.manager')->getStorage('node'),
$container->get('entity_type.manager')->getStorage('node'),
$container->get('config.factory')
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment