mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Update source/docs/v3/tenants.blade.md
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
922586e539
commit
f3f016faa6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue