enum case consistency, wip creating service

This commit is contained in:
2025-03-31 13:51:02 +00:00
parent 75f2ecb7bf
commit d150f57c8f
16 changed files with 150 additions and 113 deletions

11
config/keystone.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
use App\Drivers\Postgres\Postgres17Driver;
return [
'drivers' => [
'postgres' => [
'17' => Postgres17Driver::class,
]
]
];