Compare commits
No commits in common. "d76148fed9286fd4264e37e89a7368afd5fabf4e" and "38638b5ad480186e40bbb4a5b811e335d14186ff" have entirely different histories.
d76148fed9
...
38638b5ad4
@ -10,14 +10,6 @@ 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