created column was ambigououuuouuus

This commit is contained in:
Mikael Nordfeldth 2016-02-15 09:59:34 +01:00
parent 2301862ae6
commit 2d1b70c94d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class RawTagNoticeStream extends NoticeStream
}
}
$nt->orderBy('created DESC, notice_id DESC');
$nt->orderBy('notice.created DESC, notice_id DESC');
if (!is_null($offset)) {
$nt->limit($offset, $limit);