Fix Calc
This commit is contained in:
parent
cc6aee8f80
commit
f329b3f63d
@ -12,7 +12,7 @@ class Template extends Base
|
||||
/**
|
||||
* @return String
|
||||
*/
|
||||
public function getSelect(): String
|
||||
public function getSelect()
|
||||
{
|
||||
return $this->select;
|
||||
}
|
||||
@ -20,7 +20,7 @@ class Template extends Base
|
||||
/**
|
||||
* @param String $select
|
||||
*/
|
||||
public function setSelect(String $select): void
|
||||
public function setSelect(String $select)
|
||||
{
|
||||
$this->select = $select;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user