Alert
class Alert extends Facade
Facade for the Alert System Service.
Methods
static string
getFacadeAccessor()
Get the registered name of the component.
static void
send(string $type, string $message, array $details = '[]', array $options = '[]')
Send an alert.
Details
at line 21
static protected string
getFacadeAccessor()
Get the registered name of the component.
at line 14
static void
send(string $type, string $message, array $details = '[]', array $options = '[]')
Send an alert.