fix timezone for timesheets created by other users (#1509)

This commit is contained in:
Kevin Papst
2020-11-13 17:46:32 +01:00
committed by GitHub
parent 7503899a9b
commit 288fc5dd08
3 changed files with 64 additions and 1 deletions

View File

@@ -572,7 +572,7 @@ class Timesheet implements EntityWithMetaFields, ExportItemInterface
/**
* @return string
*/
public function getTimezone(): string
public function getTimezone(): ?string
{
return $this->timezone;
}