From f3f016faa6b02d835e7e5e425afa7c8b8e5eb6aa Mon Sep 17 00:00:00 2001 From: Tom Croft <28220951+MollyUrs@users.noreply.github.com> Date: Sun, 27 Sep 2020 17:18:33 +0100 Subject: [PATCH] Update source/docs/v3/tenants.blade.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- source/docs/v3/tenants.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/tenants.blade.md b/source/docs/v3/tenants.blade.md index 2d5405c..2b9bc46 100644 --- a/source/docs/v3/tenants.blade.md +++ b/source/docs/v3/tenants.blade.md @@ -74,7 +74,7 @@ $tenant->plan = 'free'; // to be stored in the plan column (see below) $tenant->save(); ``` -You may define the custom columns that **won't** be used in the `data` JSON column by overriding the `getCustomColumns()` method on your `Tenant` model: +You may define the custom columns that **won't** be stored in the `data` JSON column by overriding the `getCustomColumns()` method on your `Tenant` model: ```php public static function getCustomColumns(): array