We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9104c50 commit 634e724Copy full SHA for 634e724
migrations/54-60/removed-backward-incompatibility.md
@@ -236,3 +236,9 @@ $table = Table::getInstance('content');
236
// New:
237
$table = new \Joomla\CMS\Table\Content($db);
238
```
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