stick with DBTEST for now.

This commit is contained in:
Tony Murray
2020-06-13 00:10:56 -05:00
parent 5f0388f0e3
commit 4edcb16d3b

View File

@@ -23,7 +23,7 @@ return [
|
*/
'default' => env('DB_CONNECTION', env('APP_ENV') == 'testing' ? 'testing' : 'mysql'),
'default' => env('DB_CONNECTION', env('DBTEST') ? 'testing' : 'mysql'),
/*
|--------------------------------------------------------------------------