From 22fca6f06979c3494b0c5128d158e596192b5ca2 Mon Sep 17 00:00:00 2001 From: Christoph Heich <16765979+christophheich@users.noreply.github.com> Date: Sat, 15 Aug 2020 02:13:40 +0200 Subject: [PATCH] Update realtime-facades.blade.md Creates the directories recursively. --- source/docs/v3/realtime-facades.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/realtime-facades.blade.md b/source/docs/v3/realtime-facades.blade.md index 6e00f36..308a14d 100644 --- a/source/docs/v3/realtime-facades.blade.md +++ b/source/docs/v3/realtime-facades.blade.md @@ -58,7 +58,7 @@ class CreateFrameworkDirectoriesForTenant $this->tenant->run(function ($tenant) { $storage_path = storage_path(); - mkdir("$storage_path/framework/cache"); + mkdir("$storage_path/framework/cache", 0777, true); }); } }