From 3811f6016917c7d404575910864a38d3e729681a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9ia=20Bohner?= Date: Thu, 26 Mar 2026 17:34:09 -0300 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a0445e..f8a8e82 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ public static function table(Table $table): Table } ``` -Add invite action to header actions +Add invite action to header actions in your resource view or edit page (e.g. `App\Filament\Resources\Users\Pages\EditUser.php` or `App\Filament\Resources\Users\Pages\ViewUser.php`), as the +`InviteAction` resolves the user from the current record, which is available on edit and view pages. ```php protected function getHeaderActions(): array