mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 08:52:15 +00:00
Billing profile implementation
This commit is contained in:
@@ -21,7 +21,9 @@ class Invoice extends Model
|
||||
'client' => 'array',
|
||||
];
|
||||
|
||||
public $guarded = ['id'];
|
||||
public $guarded = [
|
||||
'id'
|
||||
];
|
||||
|
||||
public $incrementing = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user