Ignore deleted columns.

This commit is contained in:
James Cole 2016-07-30 20:04:24 +02:00
parent d26bbf3cdc
commit c8f5a6b7ad

View File

@ -135,6 +135,8 @@ class AccountRepository implements AccountRepositoryInterface
$query->whereIn('destination.account_id', $accountIds);
$query->whereNotIn('source.account_id', $accountIds);
$query->whereNull('destination.deleted_at');
$query->whereNull('source.deleted_at');
}
// remove group by