Some cleaning up [skip ci]

This commit is contained in:
James Cole
2015-06-14 08:22:02 +02:00
parent 8bd445ab19
commit 0de1242c83
5 changed files with 22 additions and 33 deletions

View File

@@ -99,7 +99,6 @@ class ReportQuery implements ReportQueryInterface
$join->on('account_meta.account_id', '=', 'accounts.id')->where('account_meta.name', '=', 'accountRole');
}
)
->orderBy('accounts.name', 'ASC')
->where(
function (Builder $query) {