Small fixes
This commit is contained in:
@@ -33,7 +33,7 @@ class UploadFileProvider {
|
||||
|
||||
$invoiceFile = new InvoiceFile();
|
||||
$invoiceFile->filename = $filename;
|
||||
$invoiceFile->path = $path;
|
||||
$invoiceFile->fullPath = $path;
|
||||
return $invoiceFile;
|
||||
} catch (\Exception $e) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user