Closed wqjohnston closed 1 year ago
Describe the bug A clear and concise description of what the bug is.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Details
Describe what you are trying to achieve and what goes wrong.
[ERROR] App\Exception\Handler\HttpExceptionHandler:handle(40) Call to undefined method Swo ft\Db\Database::getDatabase(). (At /var/www/swoft/vendor/swoft/db/src/Query/Builder.php line 3393)
// paste output here
Provide minimal script to reproduce the issue
// paste code
$all = DB::query('swoftdb')->getConnection()->selectOne();
Describe the bug A clear and concise description of what the bug is.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Details
[ERROR] App\Exception\Handler\HttpExceptionHandler:handle(40) Call to undefined method Swo ft\Db\Database::getDatabase(). (At /var/www/swoft/vendor/swoft/db/src/Query/Builder.php line 3393)
$all = DB::query('swoftdb')->getConnection()->selectOne();