From 96f90f12a11bca411a92d28f334029d60b2fed5f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 21 Nov 2021 13:49:52 +1100 Subject: [PATCH] Minor fixes --- app/Http/Controllers/HostedMigrationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/HostedMigrationController.php b/app/Http/Controllers/HostedMigrationController.php index 90a5784e88ca..e61f026d980d 100644 --- a/app/Http/Controllers/HostedMigrationController.php +++ b/app/Http/Controllers/HostedMigrationController.php @@ -59,7 +59,7 @@ class HostedMigrationController extends Controller return; $input = $request->all(); -nlog($input); + MultiDB::findAndSetDbByCompanyKey($input['account_key']); $company = Company::with('account')->where('company_key', $input['account_key'])->first();