bool|null restore() Restore a soft-deleted model instance. Return Value bool|null
bool isForceDeleting() Determine if the model is currently force deleting. Return Value bool
string getQualifiedDeletedAtColumn() Get the fully qualified "deleted at" column. Return Value string
string getDeletedAtColumn() Get the name of the "deleted at" column. Return Value string
bool|null forceDelete() Force a hard delete on a soft deleted model. Return Value bool|null
static void bootSoftDeletes() Boot the soft deleting trait for a model. Return Value void
SoftDeletes trait SoftDeletes (View source) Methods static void bootSoftDeletes() Boot the soft deleting trait for a model. bool|null forceDelete() Force a hard delete on a soft deleted model. bool|null restore() Restore a soft-deleted model instance. bool trashed() Determine if the model instance has been soft-deleted. static void restoring(Closure|string $callback) Register a restoring model event with the dispatcher. static void restored(Closure|string $callbac
void __construct(Client $http) Create a new Slack channel instance. Parameters Client $http Return Value void
ResponseInterface send(mixed $notifiable, Notification $notification) Send the given notification. Parameters mixed $notifiable Notification $notification Return Value ResponseInterface
SlackWebhookChannel class SlackWebhookChannel (View source) Methods void __construct(Client $http) Create a new Slack channel instance. ResponseInterface send(mixed $notifiable, Notification $notification) Send the given notification.
Page 163 of 996