Upload invoice documents via UI (#1495)
This commit is contained in:
@@ -42,4 +42,9 @@ final class InvoiceDocument
|
||||
{
|
||||
return $this->file->getExtension();
|
||||
}
|
||||
|
||||
public function getLastChange(): int
|
||||
{
|
||||
return $this->file->getMTime();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user