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 = [];