remove default includes (#3033)

This commit is contained in:
David Bomba 2019-10-30 18:55:22 +11:00 committed by GitHub
parent 74f416cd2d
commit ea2f15d1a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,11 +26,11 @@ class CompanyUserTransformer extends EntityTransformer
* @var array
*/
protected $defaultIncludes = [
'account',
'company',
'user',
'token'
];
// 'account',
// 'company',
// 'user',
// 'token'
];
/**
* @var array