glembus

Results 4 comments of glembus

That helps me resolve deprecation firing `Neo4jExtension::handleEntityMangers` line 140 I add `$definition->setPublic(true);` But why that helps? In my case should be used `ChildDefinition::class` and it used but when creating alias...

I'm not understand in what way service have changed his state on setAlias() but before this row service have internal properties setted ```` $private = false; $public = true; ````...

I think maybe need change logic when was checks if manager is configured. Doctrine creates some parameter to resolve this. As temporary solution maybe do same thing? What you think...