mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
#2177 emlak24 Yorum-Rating completed
This commit is contained in:
parent
ddabcf035e
commit
c4cc60bc20
@ -506,6 +506,11 @@ class AdvsController extends PublicController
|
|||||||
return back();
|
return back();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getCats($id)
|
||||||
|
{
|
||||||
|
return $this->category_repository->getSubCatById($id);
|
||||||
|
}
|
||||||
|
|
||||||
public function getCatsForNewAd($id)
|
public function getCatsForNewAd($id)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user