Skip to content

Commit 60811a8

Browse files
authored
Merge pull request #177 from patricktorres27/add-onopened-event
Add onOpened Event
2 parents 0ae743f + 6f55e7e commit 60811a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Html/Editor/HasEvents.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* @method $this onInitRemove($script)
1717
* @method $this onInitSubmit($script)
1818
* @method $this onOpen($script)
19+
* @method $this onOpened($script)
1920
* @method $this onPostCreate($script)
2021
* @method $this onPostEdit($script)
2122
* @method $this onPostRemove($script)

0 commit comments

Comments
 (0)