From 00f916ad7ac278e417344d0af4940796f8c783cb Mon Sep 17 00:00:00 2001 From: Samuel Stancl Date: Sun, 26 Jul 2020 21:58:23 +0200 Subject: [PATCH] fix list formatting --- source/docs/v3/realtime-facades.blade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/docs/v3/realtime-facades.blade.md b/source/docs/v3/realtime-facades.blade.md index dae2f7c..6e00f36 100644 --- a/source/docs/v3/realtime-facades.blade.md +++ b/source/docs/v3/realtime-facades.blade.md @@ -27,6 +27,7 @@ When real-time facades are used, Laravel creates a PHP file with facade-like cod ## Creating framework directories for tenants {#creating-framework-directories-for-tenants} To solve this, you need to create these directories for tenants. But note that you only need this if: + 1. you're using `storage_path()` suffixing (enabled in `tenancy` config) 2. **and** you're using real-time facades