coding styles

This commit is contained in:
ludo
2024-01-04 15:54:18 +01:00
parent 03027cde01
commit 90b0af5b2d
9 changed files with 13 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ class Invoice extends Model
protected $revisionCreationsEnabled = false;
protected $keepRevisionOf = ['status', 'total_taxed', 'shipping', 'total_shipped'];
protected $dontKeepRevisionOf = ['updated_by', 'updated_at'];
public function payments()
{