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

setEvent() public method

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