X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1a26b477827f2aeaa18647d2398d9340d26626f0..refs/pull/3406/head:/app/Theming/ThemeEvents.php diff --git a/app/Theming/ThemeEvents.php b/app/Theming/ThemeEvents.php index 48073416c..ce99c817c 100644 --- a/app/Theming/ThemeEvents.php +++ b/app/Theming/ThemeEvents.php @@ -93,6 +93,8 @@ class ThemeEvents * @param string $event * @param \BookStack\Actions\Webhook $webhook * @param string|\BookStack\Interfaces\Loggable $detail + * @param \BookStack\Auth\User $initiator + * @param int $initiatedTime */ const WEBHOOK_CALL_BEFORE = 'webhook_call_before'; }