trait CanNotify (View source)

deprecated Use \Filament\Notifications\Notification::send() instead.

Methods

void
notify(string $status, string $message, bool $isAfterRedirect = false)

No description

Details

void notify(string $status, string $message, bool $isAfterRedirect = false)

No description

Parameters

string $status
string $message
bool $isAfterRedirect

Return Value

void