• File: BlockAlreadyPurchased.php
  • Full Path: /home/atelipy/www/wpmain/Main/2024/Admin/GoPro/BlockAlreadyPurchased/BlockAlreadyPurchased.php
  • File size: 276 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Nextend\SmartSlider3\Application\Admin\GoPro\BlockAlreadyPurchased;

use Nextend\Framework\View\AbstractBlock;

class BlockAlreadyPurchased extends AbstractBlock {

    public function display() {
        $this->renderTemplatePart('AlreadyPurchased');
    }
}