Skip to content

Commit 893f83a

Browse files
authored
Update removed-backward-incompatibility.md
1 parent d5b811c commit 893f83a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ If you need UTF8-compatible string functions from PHP, have a look at the [jooml
232232
```php
233233
// Old:
234234
$table = Table::getInstance('content');
235-
```
236235

237236
// New:
238237
$table = new \Joomla\CMS\Table\Content($db);

0 commit comments

Comments
 (0)