Skip to content

Commit 60349f5

Browse files
committed
fix: definizione cartella per lettura xml invio fattura elettronica
1 parent 444a216 commit 60349f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Models/Upload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public function getExtensionAttribute()
366366
*/
367367
public function getContent()
368368
{
369-
return file_get_contents(base_dir().'/'.$this->local_filepath);
369+
return file_get_contents(base_dir().'/files/'.$this->attachments_directory.'/'.$this->filename);
370370
}
371371

372372
public static function getInfo($file)

0 commit comments

Comments
 (0)