first
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
<?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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user