Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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\LegacyErrorHandlingTrait;
use Joomla\CMS\Object\LegacyPropertyManagementTrait;
use Joomla\CMS\Tree\NodeInterface;
use Joomla\CMS\Tree\NodeTrait;
Expand All @@ -28,7 +27,6 @@
#[\AllowDynamicProperties]
class CategoryNode implements NodeInterface
{
use LegacyErrorHandlingTrait;
use LegacyPropertyManagementTrait;
use NodeTrait;

Expand Down
2 changes: 0 additions & 2 deletions libraries/src/Changelog/Changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Joomla\CMS\Http\HttpFactory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Log\Log;
use Joomla\CMS\Object\LegacyErrorHandlingTrait;
use Joomla\CMS\Object\LegacyPropertyManagementTrait;
use Joomla\CMS\Version;
use Joomla\Registry\Registry;
Expand All @@ -28,7 +27,6 @@
*/
class Changelog
{
use LegacyErrorHandlingTrait;
use LegacyPropertyManagementTrait;

/**
Expand Down