diff --git a/ModelInterface.php b/ModelInterface.php index 945893e..22edc92 100644 --- a/ModelInterface.php +++ b/ModelInterface.php @@ -47,9 +47,9 @@ interface ModelInterface /** - * @return string + * @return ?string */ - public function getPrimary(): string; + public function getPrimary(): ?string; /**