mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Update realtime-facades.blade.md
Creates the directories recursively.
This commit is contained in:
parent
cc8785922b
commit
22fca6f069
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class CreateFrameworkDirectoriesForTenant
|
||||||
$this->tenant->run(function ($tenant) {
|
$this->tenant->run(function ($tenant) {
|
||||||
$storage_path = storage_path();
|
$storage_path = storage_path();
|
||||||
|
|
||||||
mkdir("$storage_path/framework/cache");
|
mkdir("$storage_path/framework/cache", 0777, true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue