mobile optimization

This commit is contained in:
Peter Papp
2021-05-03 09:07:35 +02:00
parent 434c45299c
commit 23611defc1
12 changed files with 195 additions and 58 deletions

View File

@@ -15,6 +15,10 @@ class Invoice extends Model
'bag' => 'array',
];
public function getMimetype() {
return 'pdf';
}
/**
* @return \Illuminate\Database\Eloquent\Relations\HasOne
*/