coding styles
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user