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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: