From 6808c652b96d9c29d6a5bac30f548756de944d44 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Thu, 12 Feb 2026 19:32:53 +0800 Subject: [PATCH 1/3] Code sync from Shipping Portal --- resources/views/partials/footer.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/footer.blade.php b/resources/views/partials/footer.blade.php index 997cf6f4..a353bc5c 100644 --- a/resources/views/partials/footer.blade.php +++ b/resources/views/partials/footer.blade.php @@ -3,7 +3,7 @@
- Copyright © {{ date('Y') }} CIEF Exchange. All rights reserved. + Copyright © {{ date('Y') }} CIEF Exchange. All rights reserved..
From d36be9e150d3292263efee69a049adc0359626d9 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Thu, 12 Feb 2026 19:39:00 +0800 Subject: [PATCH 2/3] Code sync from Shipping Portal --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2f2fd261..2f54ef18 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,10 @@ "config": { "optimize-autoloader": true, "preferred-install": "dist", - "sort-packages": true + "sort-packages": true, + "audit": { + "block-insecure": false + } }, "extra": { "laravel": { From fbc4b61c7e77f490f00e662b9c32566aa8e6d3cd Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Thu, 12 Feb 2026 19:59:51 +0800 Subject: [PATCH 3/3] Code sync from Shipping Portal --- resources/views/partials/footer.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/footer.blade.php b/resources/views/partials/footer.blade.php index a353bc5c..997cf6f4 100644 --- a/resources/views/partials/footer.blade.php +++ b/resources/views/partials/footer.blade.php @@ -3,7 +3,7 @@
- Copyright © {{ date('Y') }} CIEF Exchange. All rights reserved.. + Copyright © {{ date('Y') }} CIEF Exchange. All rights reserved.