Fix for tests
This commit is contained in:
parent
cabb98a976
commit
fe81900402
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ class UserAccountTransformer extends EntityTransformer
|
|||
public function transform(User $user)
|
||||
{
|
||||
$account = $user->account;
|
||||
$company = $account->company;
|
||||
|
||||
return [
|
||||
'account_key' => $account->account_key,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue