Whoops! bugfix

This commit is contained in:
Tom Lingham
2014-07-14 20:00:30 +10:00
parent b2920ce775
commit 4f402d2718

View File

@ -48,8 +48,6 @@ abstract class BaseSearchDriver implements SearchDriverInterface {
->orderBy(\Config::get('searchy::fieldName'), 'desc')
->having(\Config::get('searchy::fieldName'),'>', 0);
dd($results->toSql());
return $results;
}