enum case consistency, wip creating service
This commit is contained in:
11
config/keystone.php
Normal file
11
config/keystone.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
use App\Drivers\Postgres\Postgres17Driver;
|
||||
|
||||
return [
|
||||
'drivers' => [
|
||||
'postgres' => [
|
||||
'17' => Postgres17Driver::class,
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user