Skip to content

Commit

Permalink
patch: give all() method to timetable day to be able to view privat…
Browse files Browse the repository at this point in the history
…e/protected properties
  • Loading branch information
fredbradley committed Feb 13, 2024
1 parent d1b885b commit 431ea67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Wrappers/TimetableDay.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ class TimetableDay extends Wrapper
protected function handle(): void
{
}
public function all()
{
return $this->item;
}

}

0 comments on commit 431ea67

Please sign in to comment.