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

setEvent() public method

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