Skip to content
Open
2 changes: 0 additions & 2 deletions libraries/src/Categories/CategoryNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace Joomla\CMS\Categories;

use Joomla\CMS\Factory;
use Joomla\CMS\Object\LegacyPropertyManagementTrait;
use Joomla\CMS\Tree\NodeInterface;
use Joomla\CMS\Tree\NodeTrait;
use Joomla\Registry\Registry;
Expand All @@ -27,7 +26,6 @@
#[\AllowDynamicProperties]
class CategoryNode implements NodeInterface
{
use LegacyPropertyManagementTrait;
use NodeTrait;

/**
Expand Down
Loading