Skip to content

Commit 634e724

Browse files
authored
Remove the item association property in the web application (#456)
1 parent 9104c50 commit 634e724

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
@@ -236,3 +236,9 @@ $table = Table::getInstance('content');
236236
// New:
237237
$table = new \Joomla\CMS\Table\Content($db);
238238
```
239+
240+
### WebApplication has no $item_associations property anymore
241+
242+
- PR: https://github.com/joomla/joomla-cms/pull/45425
243+
- File: libraries/src/Application/WebApplication.php
244+
- Description: The `$item_associations` was added to the `WebApplication` class for improved PHP 8.2 compatibility and is not used at all.

0 commit comments

Comments
 (0)