Add note about possible error

This commit is contained in:
lukinovec 2022-07-18 06:11:18 +02:00 committed by GitHub
parent 46745c2ffd
commit dbf626dba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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