ice / framework

Source code of Ice framework
https://www.iceframework.org
BSD 3-Clause "New" or "Revised" License
341 stars 45 forks source link

Di, resolve default services in cli #295

Closed mruz closed 3 years ago

mruz commented 3 years ago

In the cli we could resolve default services differently e.g. dispatcher => Ice\Cli\Dispatcher.

We could also simplify the definition:

$di->config = [['key' => 'value']];

$value = $di->config->get('key');