You've already forked Atomcms-edit
fix: replace undefined bootstrap_path() with base_path()
This commit is contained in:
@@ -67,7 +67,7 @@ class SecurityDiagnostic
|
||||
{
|
||||
$directories = [
|
||||
storage_path(),
|
||||
bootstrap_path('cache'),
|
||||
base_path('bootstrap/cache'),
|
||||
];
|
||||
|
||||
$issues = [];
|
||||
|
||||
Reference in New Issue
Block a user