From ce466028f1245c5cdb1ac956aaae21f3c89cd03b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 23 May 2026 17:24:19 +0200 Subject: [PATCH] fix: replace undefined bootstrap_path() with base_path() --- app/Services/Diagnostics/SecurityDiagnostic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Diagnostics/SecurityDiagnostic.php b/app/Services/Diagnostics/SecurityDiagnostic.php index 62d17dc..d50ef7b 100755 --- a/app/Services/Diagnostics/SecurityDiagnostic.php +++ b/app/Services/Diagnostics/SecurityDiagnostic.php @@ -67,7 +67,7 @@ class SecurityDiagnostic { $directories = [ storage_path(), - bootstrap_path('cache'), + base_path('bootstrap/cache'), ]; $issues = [];