From aea9bb1b033db833fe48a0714876e778b8d61831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= <33033094+stancl@users.noreply.github.com> Date: Wed, 20 Feb 2019 14:48:36 +0100 Subject: [PATCH] prefix -> suffix [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10dade5f..1794390c 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ Assuming the following tenancy config: ```php 'filesystem' => [ 'suffix_base' => 'tenant', - // Disks which should be suffixed with the prefix_base + tenant UUID. + // Disks which should be suffixed with the suffix_base + tenant UUID. 'disks' => [ 'local', // 'public',