migrations

This commit is contained in:
David Bomba 2021-05-11 16:12:38 +10:00
parent e63b3cb76a
commit 36c5d915f6
2 changed files with 4 additions and 0 deletions

View File

@ -227,6 +227,8 @@ class StepsController extends BaseController
*/
public function generateMigrationData(array $data): array
{
set_time_limit(0);
$migrationData = [];
foreach ($data['companies'] as $company) {

View File

@ -1297,6 +1297,8 @@ info("translated gateway_type = {$translated_gateway_type}");
$config = Crypt::decrypt($account_gateway->config);
}
catch(\Exception $e){
info($config);
}