You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instantiating the object as: $foo = $this->get('mybundle.entity.answer_type'); works, loading SecondBundle's class first before falling back to FirstBundle's.
However, the service appears undefined via PHPStorm:
My settings window looks like:
Although that is from the annotations plugin.
Every interaction I have with your plugin has been so great, and I would love for this to work as well - is it possible?
The text was updated successfully, but these errors were encountered:
I see you added support in this ticket: #245
I have two classes:
and
My config looks like:
Instantiating the object as:
$foo = $this->get('mybundle.entity.answer_type');
works, loadingSecondBundle
's class first before falling back toFirstBundle
's.However, the service appears undefined via PHPStorm:
My settings window looks like:
Although that is from the annotations plugin.
Every interaction I have with your plugin has been so great, and I would love for this to work as well - is it possible?
The text was updated successfully, but these errors were encountered: