From fb9f5baf585abd0d11f9250b779f9fd861eef9c7 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 1 Apr 2022 09:32:46 +1100 Subject: [PATCH] Add CHF as the symbol as well as code --- .../2022_03_29_014025_reverse_apple_domain_for_hosted.php | 4 ++++ 1 file changed, 4 insertions(+) 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 index 5ccaa8f6d644..06a3dd87111c 100644 --- 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 @@ -1,6 +1,7 @@ update(['markdown_email_enabled' => true]); }); + $chf = Currency::find(17); + $chf->symbol = 'CHF'; + $chf->save(); } /**