From dbf626dba9c56e714d272f48e1cb09a17709a688 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 18 Jul 2022 06:11:18 +0200 Subject: [PATCH] Add note about possible error --- source/docs/v3/integrations/orchid.blade.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/docs/v3/integrations/orchid.blade.md b/source/docs/v3/integrations/orchid.blade.md index a973be5..63bfe53 100644 --- a/source/docs/v3/integrations/orchid.blade.md +++ b/source/docs/v3/integrations/orchid.blade.md @@ -43,3 +43,5 @@ To use Orchid both in the central and the tenant app: 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)