mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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();
|
||||
}
|
||||
|
||||
public function getCats($id)
|
||||
{
|
||||
return $this->category_repository->getSubCatById($id);
|
||||
}
|
||||
|
||||
public function getCatsForNewAd($id)
|
||||
{
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user