????

Your IP : 18.222.215.12


Current Path : /home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/
Upload File :
Current File : //home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/ControllerAjaxFont.php

<?php

namespace Nextend\Framework\Font;

use Nextend\Framework\Controller\Admin\AdminVisualManagerAjaxController;

class ControllerAjaxFont extends AdminVisualManagerAjaxController {

    protected $type = 'font';

    public function getModel() {

        return new ModelFont($this);
    }
}