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,10 +26,10 @@ class CompanyUserTransformer extends EntityTransformer
* @var array * @var array
*/ */
protected $defaultIncludes = [ protected $defaultIncludes = [
'account', // 'account',
'company', // 'company',
'user', // 'user',
'token' // 'token'
]; ];
/** /**