????

Your IP : 18.216.78.190


Current Path : /proc/self/cwd/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ControllerAjaxStyle.php

<?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);
    }
}