- Fixed lean console name
This commit is contained in:
parent
91ddd4d64c
commit
6001ecdecd
|
@ -10,7 +10,7 @@ use Storage\Session;
|
||||||
use function DI\autowire, DI\create, DI\get;
|
use function DI\autowire, DI\create, DI\get;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'console.adapter' => function($c) {
|
'lean:adapter.sqlite' => function($c) {
|
||||||
$adapter = new ConnectionAdapter('lean.console', $c->get('config')['ulmus'], false);
|
$adapter = new ConnectionAdapter('lean.console', $c->get('config')['ulmus'], false);
|
||||||
$adapter->resolveConfiguration();
|
$adapter->resolveConfiguration();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue