#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> </div>
<!-- Content With Block --> <!-- Content With Block -->
{{ addBlock('ad-detail/content',{'features':features,'adv': adv, 'type': 'adv', 'profile': profile, {{ addBlock('ad-detail/content',{'features':features,'adv': adv, 'type': 'adv', 'profile': profile})|raw }}
'commenturl': 'comments::save_comment'})|raw }}
<!-- Content With Block --> <!-- Content With Block -->
</div> </div>
</div> </div>

View File

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