File "ControllerAjaxStyle.php"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ControllerAjaxStyle.php
File size: 300 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace Nextend\Framework\Style;


use Nextend\Framework\Controller\Admin\AdminVisualManagerAjaxController;

class ControllerAjaxStyle extends AdminVisualManagerAjaxController {

    protected $type = 'style';

    public function getModel() {

        return new ModelStyle($this);
    }
}