Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Move container entries to Interface::class #59

Open
svensp opened this issue Sep 22, 2017 · 0 comments
Open

Move container entries to Interface::class #59

svensp opened this issue Sep 22, 2017 · 0 comments
Assignees

Comments

@svensp
Copy link
Collaborator

svensp commented Sep 22, 2017

Currently even knowing which interface we want from the container you have to check the various providers or container.php for the correct identifier.
Seeing as rancherize already requires php7+ we have access to Interface::class as easy access to the classpath string. All container identifiers should be moved to use Interface::class.

@svensp svensp self-assigned this Sep 22, 2017
svensp pushed a commit that referenced this issue Sep 25, 2017
Large rehaul, moved configuration loading from a trait to an EventHandler
subscribing to ConsoleEvents::COMMAND triggering when the command implements
the LoadsConfiguration interface

Moved more dependency injection to command constructors
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant