From 6001ecdecd9b4762c55a5fb3c7e67a07760feefb Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Mon, 20 May 2024 18:56:39 +0000 Subject: [PATCH] - Fixed lean console name --- meta/definitions/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/definitions/storage.php b/meta/definitions/storage.php index 6818b6e..ef8a430 100644 --- a/meta/definitions/storage.php +++ b/meta/definitions/storage.php @@ -10,7 +10,7 @@ use Storage\Session; use function DI\autowire, DI\create, DI\get; return [ - 'console.adapter' => function($c) { + 'lean:adapter.sqlite' => function($c) { $adapter = new ConnectionAdapter('lean.console', $c->get('config')['ulmus'], false); $adapter->resolveConfiguration();