class DeleteAllNotificationsHandler

Methods

__construct(NotificationRepository $notifications, Dispatcher $events)

No description

void
handle(DeleteAllNotifications $command)

No description

Details

__construct(NotificationRepository $notifications, Dispatcher $events)

Parameters

NotificationRepository $notifications
Dispatcher $events

void handle(DeleteAllNotifications $command)

Parameters

DeleteAllNotifications $command

Return Value

void