bind()
bind(\Omega\Application\Application $application) : void
Bind the configuration.
Binds an instance of the Config
class to the application container, allowing you
to resolve it using the config
key.
Parameters
\Omega\Application\Application | $application | Holds an instance of Application. |