summaryrefslogtreecommitdiff
path: root/src/Entity/ScoTracking.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entity/ScoTracking.php')
-rw-r--r--src/Entity/ScoTracking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entity/ScoTracking.php b/src/Entity/ScoTracking.php
index 64e83b2..e78e02e 100644
--- a/src/Entity/ScoTracking.php
+++ b/src/Entity/ScoTracking.php
@@ -257,7 +257,7 @@ class ScoTracking
return $this->latestDate;
}
- public function setLatestDate(Carbon $latestDate = null)
+ public function setLatestDate(?Carbon $latestDate = null)
{
$this->latestDate = $latestDate;
}