kernal clean-up

This commit is contained in:
root
2025-12-21 19:33:47 -05:00
parent 3ffabfe3a3
commit 658a319ded
22 changed files with 832 additions and 334 deletions

View File

@@ -14,7 +14,7 @@ class DataStore
protected Client $client;
protected Database $database;
public function __construct(#[Inject('database')] array $configuration)
public function __construct(#[Inject('database')] array $configuration = [])
{
$this->configuration = $configuration;