Files
kupshop/bundles/KupShop/AdminBundle/Util/AdminSectionTree.php
2025-08-02 16:30:27 +02:00

9 lines
93 B
PHP

<?php
namespace KupShop\AdminBundle\Util;
class AdminSectionTree
{
use CategoryTree;
}