wp_back/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ControllerAjaxBackgroundAnimation.php
2024-05-20 15:37:46 +03:00

15 lines
357 B
PHP

<?php
namespace Nextend\SmartSlider3\BackgroundAnimation;
use Nextend\Framework\Controller\Admin\AdminVisualManagerAjaxController;
class ControllerAjaxBackgroundAnimation extends AdminVisualManagerAjaxController {
protected $type = 'backgroundanimation';
public function getModel() {
return new ModelBackgroundAnimation($this);
}
}