Fix backend code styling

This commit is contained in:
MakingCG
2021-05-03 14:53:43 +00:00
committed by GitHub Actions
parent 8a784f4520
commit cc4f9c0b89
4 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ class Invoice extends Model
'bag' => 'array',
];
public function getMimetype() {
public function getMimetype()
{
return 'pdf';
}