Merge branch 'master' into notes-2.x
This commit is contained in:
commit
d76148fed9
@ -10,6 +10,14 @@ use Storage\Session;
|
||||
use function DI\autowire, DI\create, DI\get;
|
||||
|
||||
return [
|
||||
'lean:adapter.sqlite' => function($c) {
|
||||
$adapter = new ConnectionAdapter('lean.console', $c->get('config')['ulmus'], false);
|
||||
$adapter->resolveConfiguration();
|
||||
|
||||
return $adapter;
|
||||
},
|
||||
|
||||
# @TODO BACKWARD COMPATIBILIY, TO BE REMOVED SOON !
|
||||
'console.adapter' => function($c) {
|
||||
$adapter = new ConnectionAdapter('lean.console', $c->get('config')['ulmus'], false);
|
||||
$adapter->resolveConfiguration();
|
||||
|
Loading…
x
Reference in New Issue
Block a user