Billing profile implementation

This commit is contained in:
Peter Papp
2021-04-28 15:55:01 +02:00
parent 1e4bbd10f3
commit b37edd298a
18 changed files with 582 additions and 183 deletions

View File

@@ -21,7 +21,9 @@ class Invoice extends Model
'client' => 'array',
];
public $guarded = ['id'];
public $guarded = [
'id'
];
public $incrementing = false;