Skip to content

Commit d10d5bb

Browse files
committed
Added default database connection string.
Signed-off-by: Joshua Parker <joshua@joshuaparker.dev>
1 parent 3f95a13 commit d10d5bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/database.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
use function Codefy\Framework\Helpers\env;
66

77
return [
8+
/*
9+
|--------------------------------------------------------------------------
10+
| Default database connection to use.
11+
|--------------------------------------------------------------------------
12+
*/
13+
'default' => env(key: 'DB_CONNECTION'),
814
/*
915
|--------------------------------------------------------------------------
1016
| Database Connections

0 commit comments

Comments
 (0)