diff --git a/database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php b/database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php new file mode 100644 index 0000000000..a1174083a3 --- /dev/null +++ b/database/migrations/2022_03_29_014025_reverse_apple_domain_for_hosted.php @@ -0,0 +1,41 @@ +fields = '{"account_id":""}'; + $stripe_connect->save(); + } + } + + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}