wp_back/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/ControllerAjaxFont.php
2024-05-20 15:37:46 +03:00

15 lines
294 B
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);
}
}