#2177 emlak24 Yorum-Rating completed

This commit is contained in:
Muammer Top 2020-09-22 11:43:12 +03:00
parent ddabcf035e
commit c4cc60bc20

View File

@ -506,6 +506,11 @@ class AdvsController extends PublicController
return back();
}
public function getCats($id)
{
return $this->category_repository->getSubCatById($id);
}
public function getCatsForNewAd($id)
{