9 lines
93 B
PHP
9 lines
93 B
PHP
<?php
|
|
|
|
namespace KupShop\AdminBundle\Util;
|
|
|
|
class AdminSectionTree
|
|
{
|
|
use CategoryTree;
|
|
}
|