PHP Class Spatie\Backup\Notifications\Notifiable

Inheritance: use trait Illuminate\Notifications\Notifiable
显示文件 Open project: spatie/laravel-backup

Public Methods

Method Description
getKey ( )
routeNotificationForMail ( ) : string Route notifications for the mail channel.
routeNotificationForSlack ( )

Method Details

getKey() public method

public getKey ( )

routeNotificationForMail() public method

Route notifications for the mail channel.
public routeNotificationForMail ( ) : string
return string

routeNotificationForSlack() public method