Skip to content

Container Navigator#17

Open
adriendupuis wants to merge 4 commits into
developfrom
feature/services
Open

Container Navigator#17
adriendupuis wants to merge 4 commits into
developfrom
feature/services

Conversation

@adriendupuis

Copy link
Copy Markdown
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
Copy Markdown
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