mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-08 00:05:27 -06:00
Merge pull request #112 from openclassify/vedat
repair ad id for search
This commit is contained in:
commit
fbd01b7103
@ -218,6 +218,7 @@ class AdvRepository extends EntryRepository implements AdvRepositoryInterface
|
||||
}
|
||||
} else {
|
||||
$query = $query->orderBy('advs_advs.created_at', 'desc');
|
||||
$query = $query->select('advs_advs.*', 'advs_advs_translations.name as name', 'advs_advs_translations.advs_desc as advs_desc');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user