Skip to content

Commit

Permalink
Update Event.php get set status
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadabbass authored Feb 8, 2024
1 parent 019e5b3 commit 50afe33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,16 @@ public function setLocation($location)
$this->googleEvent->setLocation($location);
}

public function getStatus()
{
$this->googleEvent->getStatus();
}

public function setStatus($status)
{
$this->googleEvent->setStatus($status);
}

protected function getFieldName(string $name): string
{
return [
Expand Down

0 comments on commit 50afe33

Please sign in to comment.