diff --git a/src/Html/Editor/HasEvents.php b/src/Html/Editor/HasEvents.php index 0c0f92c..24c55a8 100644 --- a/src/Html/Editor/HasEvents.php +++ b/src/Html/Editor/HasEvents.php @@ -24,6 +24,7 @@ * @method $this onPostUpload($script) * @method $this onPreBlur($script) * @method $this onPreBlurCancelled($script) + * @method $this onPreClose($script) * @method $this onPreCreate($script) * @method $this onPreEdit($script) * @method $this onPreOpen($script)