Update code for proper index.

This commit is contained in:
James Cole
2021-04-27 07:55:54 +02:00
parent be844b82af
commit a83578d1ae
8 changed files with 80 additions and 4 deletions

View File

@@ -789,5 +789,5 @@ class AccountRepository implements AccountRepositoryInterface
return $dbQuery->first(['accounts.*']);
}
}