Fix Typo
This commit is contained in:
parent
367f910294
commit
a6b64ab08b
@ -27,7 +27,7 @@ class Article
|
|||||||
$this->preCalc = $preCalc;
|
$this->preCalc = $preCalc;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getPreCalc()
|
public function getPreCalc(): PreCalc
|
||||||
{
|
{
|
||||||
return $this->preCalc;
|
return $this->preCalc;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user