Skip to content

Commit 45beea4

Browse files
authored
Fixing my mistake from conflict resolution
1 parent 3adee80 commit 45beea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ $table = new \Joomla\CMS\Table\Content($db);
255255
```php
256256
// Old in extending class from the BaseDatabaseModel or AbstractView classes:
257257
$this->dispatchEvent($event);
258-
```
259258

260259
// New:
261260
$this->getDispatcher()->dispatch($event->getName(), $event);
261+
```
262262

263263
## `getLogContentTypeParams` Method Removed from of `ActionlogsHelper`
264264

0 commit comments

Comments
 (0)