Skip to content

Commit 4ecf674

Browse files
committed
Remove CMS DB aware trait
1 parent ee17563 commit 4ecf674

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

migrations/54-60/removed-backward-incompatibility.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,9 @@ if ($app instanceof \Joomla\CMS\Application\ConsoleApplication) {
193193

194194
- PR: https://github.com/joomla/joomla-cms/pull/45256
195195
- Description: The TYPO3/phar-stream-wrapper dependency fixes a security issue in PHP 7, which has been fixed in PHP 8.0. This means that this package isn't necessary at all in Joomla and can be removed entirely.
196+
197+
### CMS DatabaseAwareTrait class got removed
198+
199+
- PR: https://github.com/joomla/joomla-cms/pull/45340
200+
- File: libraries/src/MVC/Model/DatabaseAwareTrait.php
201+
- Description: The trait `Joomla\Database\DatabaseAwareTrait` should be used instead as they both contain the same functionality.

0 commit comments

Comments
 (0)