diff --git a/src/Telescope.php b/src/Telescope.php index dbd7e5ca9..cbf6f4e32 100644 --- a/src/Telescope.php +++ b/src/Telescope.php @@ -270,7 +270,7 @@ protected static function record(string $type, IncomingEntry $entry) } if (static::$afterRecordingHook) { - call_user_func(static::$afterRecordingHook, new static); + call_user_func(static::$afterRecordingHook, new static, $entry); } }); }