From d9a3f42e87b40b246e4b42e9c5eab27b72ac7b04 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Sat, 5 Mar 2022 16:38:17 +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 e7020345..af85b650 100644 --- a/resources/views/partials/footer.blade.php +++ b/resources/views/partials/footer.blade.php @@ -3,7 +3,7 @@
- Copyright © 2021 CIEF IZYIM. All rights reserved. + Copyright ©{{ date('Y'); }} CIEF IZYIM. All rights reserved.