first
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Nextend\Framework\Browse;
|
||||
|
||||
|
||||
use Nextend\Framework\Browse\Block\BrowseManager\BlockBrowseManager;
|
||||
use Nextend\Framework\Pattern\VisualManagerTrait;
|
||||
|
||||
class BrowseManager {
|
||||
|
||||
use VisualManagerTrait;
|
||||
|
||||
public function display() {
|
||||
|
||||
$fontManagerBlock = new BlockBrowseManager($this->MVCHelper);
|
||||
$fontManagerBlock->display();
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user