Skip to content

Commit 8d8451b

Browse files
authored
[6.0] CategoryNode/Changelog: Remove legacy error handling trait (joomla#43777)
Thanks @Hackwar for your work
1 parent a383988 commit 8d8451b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

libraries/src/Categories/CategoryNode.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace Joomla\CMS\Categories;
1111

1212
use Joomla\CMS\Factory;
13-
use Joomla\CMS\Object\LegacyErrorHandlingTrait;
1413
use Joomla\CMS\Object\LegacyPropertyManagementTrait;
1514
use Joomla\CMS\Tree\NodeInterface;
1615
use Joomla\CMS\Tree\NodeTrait;
@@ -28,7 +27,6 @@
2827
#[\AllowDynamicProperties]
2928
class CategoryNode implements NodeInterface
3029
{
31-
use LegacyErrorHandlingTrait;
3230
use LegacyPropertyManagementTrait;
3331
use NodeTrait;
3432

libraries/src/Changelog/Changelog.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Joomla\CMS\Http\HttpFactory;
1313
use Joomla\CMS\Language\Text;
1414
use Joomla\CMS\Log\Log;
15-
use Joomla\CMS\Object\LegacyErrorHandlingTrait;
1615
use Joomla\CMS\Object\LegacyPropertyManagementTrait;
1716
use Joomla\CMS\Version;
1817
use Joomla\Registry\Registry;
@@ -28,7 +27,6 @@
2827
*/
2928
class Changelog
3029
{
31-
use LegacyErrorHandlingTrait;
3230
use LegacyPropertyManagementTrait;
3331

3432
/**

0 commit comments

Comments
 (0)