mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Add note about possible error
This commit is contained in:
parent
46745c2ffd
commit
dbf626dba9
1 changed files with 2 additions and 0 deletions
|
|
@ -43,3 +43,5 @@ To use Orchid both in the central and the tenant app:
|
||||||
PreventAccessFromCentralDomains::class,
|
PreventAccessFromCentralDomains::class,
|
||||||
]);
|
]);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- If listing users in the admin panel throws an exception, change line 55 in the UserListLayout class to `return $user->updated_at?->toDateTimeString()` (add null-safe operator)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue