mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 02:30:39 +00:00
Fix backend code styling
This commit is contained in:
@@ -15,7 +15,8 @@ class Invoice extends Model
|
||||
'bag' => 'array',
|
||||
];
|
||||
|
||||
public function getMimetype() {
|
||||
public function getMimetype()
|
||||
{
|
||||
return 'pdf';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user