Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container Navigator #17

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Container Navigator #17

wants to merge 4 commits into from

Conversation

adriendupuis
Copy link
Owner

Navigate among the services, service tags and events.

@adriendupuis adriendupuis changed the title Service Container Navigator Container Navigator Aug 24, 2021
$data = $this->getEvent($name);
break;
case 'auto':
$data = $this->getAuto($name, false /* no need to search, it was a try */);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$data = $this->getAuto($name, false /* no need to search, it was a try */);
$data = $this->getAuto($name, false /* not here to search, just to try the 3 types */);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant