© 2026 Hedgehog Software, LLC
downloadRequiredDocument
Document::class
ClaimPolicy
Action::make('download') ->iconButton() ->icon('heroicon-m-arrow-down-tray') ->tooltip('Download') ->authorize('downloadRequiredDocument', Document::class)
public function downloadRequiredDocument(User $user) { ray('downloadRequiredDocument called'); return $user->is_admin; }