From e215a7a73ef4904eaf8aea799532309b74ba07a9 Mon Sep 17 00:00:00 2001 From: Seyi Onifade Date: Tue, 16 Feb 2021 17:45:07 +0100 Subject: [PATCH] Update tenants.blade.md (#107) Very minor typo update, change "be" to "by" --- source/docs/v3/tenants.blade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/v3/tenants.blade.md b/source/docs/v3/tenants.blade.md index 5e7b9a6..899d60c 100644 --- a/source/docs/v3/tenants.blade.md +++ b/source/docs/v3/tenants.blade.md @@ -62,7 +62,7 @@ After the tenant is created, an event will be fired. This will result in things Attributes of the tenant model which don't have their own column will be stored in the `data` JSON column. -You may define the custom columns be overriding the `getCustomColumns()` method on your `Tenant` model: +You may define the custom columns by overriding the `getCustomColumns()` method on your `Tenant` model: ```php public static function getCustomColumns(): array @@ -130,4 +130,4 @@ public function getIncrementing() { return true; } -``` \ No newline at end of file +```