From 4e3365ba977f0fd45ced9f57e6851ab69098d7e8 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Sat, 5 Mar 2022 17:01:57 +0800 Subject: [PATCH] Update copyright year using php to get current year --- 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 8d4fbcb3..89caae21 100644 --- a/resources/views/partials/footer.blade.php +++ b/resources/views/partials/footer.blade.php @@ -3,7 +3,7 @@
- Copyright © 2021 CIEF Exchange. All rights reserved. + Copyright © {{ date('Y') }} CIEF Exchange. All rights reserved.