apiKey = ""; $fields->callbackSecret = ""; $gateway = new Gateway; $gateway->id = 65; $gateway->name = 'Blockonomics'; $gateway->key = 'wbhf02us6owgo7p4nfjd0ymssdshks4d'; $gateway->provider = 'Blockonomics'; $gateway->is_offsite = false; $gateway->fields = \json_encode($fields); $gateway->visible = true; $gateway->site_url = 'https://blockonomics.co'; $gateway->default_gateway_type_id = GatewayType::CRYPTO; $gateway->save(); } } /** * Reverse the migrations. */ public function down(): void { // } };