Update tenants.blade.md (#107)

Very minor typo update, change "be" to "by"
This commit is contained in:
Seyi Onifade 2021-02-16 17:45:07 +01:00 committed by GitHub
parent 3387736baa
commit e215a7a73e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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