#2177 emlak24 Yorum-Rating completed

This commit is contained in:
Muammer Top 2020-09-22 18:00:47 +03:00
parent 836780c888
commit 78f332cb55
2 changed files with 1 additions and 4 deletions

View File

@ -37,8 +37,7 @@
</div>
<!-- Content With Block -->
{{ addBlock('ad-detail/content',{'features':features,'adv': adv, 'type': 'adv', 'profile': profile,
'commenturl': 'comments::save_comment'})|raw }}
{{ addBlock('ad-detail/content',{'features':features,'adv': adv, 'type': 'adv', 'profile': profile})|raw }}
<!-- Content With Block -->
</div>
</div>

View File

@ -41,8 +41,6 @@ use Visiosoft\PackagesModule\Package\PackageModel;
use Visiosoft\ProfileModule\Adress\Contract\AdressRepositoryInterface;
use Visiosoft\QrcontactModule\Qr\QrModel;
use Visiosoft\StoreModule\Ad\AdModel;
use function PMA\Util\get;
class AdvsController extends PublicController
{