diff --git a/src/Wrappers/TimetableDay.php b/src/Wrappers/TimetableDay.php index 1f1210a..950f1c8 100644 --- a/src/Wrappers/TimetableDay.php +++ b/src/Wrappers/TimetableDay.php @@ -17,4 +17,9 @@ class TimetableDay extends Wrapper protected function handle(): void { } + public function all() + { + return $this->item; + } + }