Spatie\Backup\Notifications\Notifications\CleanupHasFailed::setEvent PHP Method

setEvent() public method

public setEvent ( CleanupHasFailed $event )
$event Spatie\Backup\Events\CleanupHasFailed
    public function setEvent(CleanupHasFailedEvent $event)
    {
        $this->event = $event;
        return $this;
    }