From 747674b450d6840ce9bd9aecd765cf31445ef8d3 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 22 Jul 2023 12:29:47 +0200 Subject: navigation entre sections, boucle principale, client ou prospect --- src/Dates.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Dates.php') diff --git a/src/Dates.php b/src/Dates.php index eb57ca8..2fe93cb 100644 --- a/src/Dates.php +++ b/src/Dates.php @@ -32,24 +32,24 @@ class Dates // getters public function getDate(): string { - return($this->date); + return $this->date; } public function getDay(): string { - return($this->day); + return $this->day; } public function getMonth(): string { - return($this->month); + return $this->month; } public function getYear(): string { - return($this->year); + return $this->year; } public function getTimestamp(): int { - return($this->timestamp); + return $this->timestamp; } -- cgit v1.2.3