<?php

namespace Yereone\Testimonials\Block\Html;

class Pager extends \Magento\Theme\Block\Html\Pager
{
    /**
     * Current template name
     *
     * @var string
     */
    protected $_template = 'Yereone_Testimonials::html/pager.phtml';
}
