Upload invoice documents via UI (#1495)

This commit is contained in:
Kevin Papst
2020-02-27 23:19:19 +01:00
committed by GitHub
parent 34d2228d5d
commit bf11de82fc
16 changed files with 245 additions and 12 deletions

View File

@@ -42,4 +42,9 @@ final class InvoiceDocument
{
return $this->file->getExtension();
}
public function getLastChange(): int
{
return $this->file->getMTime();
}
}