Add db_server to logError

This commit is contained in:
Hillel Coren 2017-06-13 12:04:46 +03:00
parent ae357efaeb
commit 02122323fb

View File

@ -395,6 +395,7 @@ class Utils
'count' => Session::get('error_count', 0),
'is_console' => App::runningInConsole() ? 'yes' : 'no',
'is_api' => session('token_id') ? 'yes' : 'no',
'db_server' => config('database.default'),
];
if ($info) {