last changes since 6-2023

This commit is contained in:
Kevin Adametz 2023-07-03 10:10:09 +02:00
parent 561c5875a7
commit c1c613a4b9
53 changed files with 1351 additions and 93 deletions

View file

@ -52,4 +52,8 @@ class CustomerFewoFileRepository extends FileRepository {
], 200);
}
public function returnFile(){
return $this->customer_file;
}
}