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