Merge pull request #4831 from nextcloud/backport/4816/stable27
This commit is contained in:
@@ -143,11 +143,13 @@ class BoardImportService {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param mixed $system
|
||||
* @param ?string $system
|
||||
* @return self
|
||||
*/
|
||||
public function setSystem($system): self {
|
||||
if ($system) {
|
||||
$this->system = $system;
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user