Merge pull request #6503 from turbo124/v5-develop
Remove history as an available include
This commit is contained in:
commit
abc63ff7f2
4 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ class CreditTransformer extends EntityTransformer
|
|||
|
||||
protected $availableIncludes = [
|
||||
'invitations',
|
||||
'history',
|
||||
// 'history',
|
||||
// 'client',
|
||||
'documents',
|
||||
'activities',
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class InvoiceTransformer extends EntityTransformer
|
|||
|
||||
protected $availableIncludes = [
|
||||
// 'invitations',
|
||||
'history',
|
||||
// 'history',
|
||||
'payments',
|
||||
'client',
|
||||
'activities',
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class QuoteTransformer extends EntityTransformer
|
|||
protected $availableIncludes = [
|
||||
'invitations',
|
||||
'documents',
|
||||
'history',
|
||||
// 'history',
|
||||
'activities',
|
||||
// 'payments',
|
||||
// 'client',
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class RecurringInvoiceTransformer extends EntityTransformer
|
|||
'invitations',
|
||||
'documents',
|
||||
'activities',
|
||||
'history',
|
||||
// 'history',
|
||||
// 'client',
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue