mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Update tenants.blade.md
Very minor typo update, change "be" to "by"
This commit is contained in:
parent
3387736baa
commit
84a91d7a69
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue