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

setEvent() public method

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