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 = [
|
$directories = [
|
||||||
storage_path(),
|
storage_path(),
|
||||||
bootstrap_path('cache'),
|
base_path('bootstrap/cache'),
|
||||||
];
|
];
|
||||||
|
|
||||||
$issues = [];
|
$issues = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user