fix: replace undefined bootstrap_path() with base_path()

This commit is contained in:
root
2026-05-23 17:24:19 +02:00
parent 81839c7202
commit ce466028f1
@@ -67,7 +67,7 @@ class SecurityDiagnostic
{
$directories = [
storage_path(),
bootstrap_path('cache'),
base_path('bootstrap/cache'),
];
$issues = [];