Skip to content

Commit fbbbeb3

Browse files
remove unnecessary commentted line (#42616)
1 parent 587adc5 commit fbbbeb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Illuminate/Foundation/Exceptions/Handler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ protected function context()
325325
try {
326326
return array_filter([
327327
'userId' => Auth::id(),
328-
// 'email' => optional(Auth::user())->email,
329328
]);
330329
} catch (Throwable $e) {
331330
return [];

0 commit comments

Comments
 (0)