From 63d6ddd9d3a36c781200519f9919e4c71b5fb2fb Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 13 Feb 2024 10:39:12 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Wrappers/TimetableDay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wrappers/TimetableDay.php b/src/Wrappers/TimetableDay.php index 950f1c8..526e546 100644 --- a/src/Wrappers/TimetableDay.php +++ b/src/Wrappers/TimetableDay.php @@ -17,9 +17,9 @@ class TimetableDay extends Wrapper protected function handle(): void { } + public function all() { return $this->item; } - }