1 | <?php |
||
2 | |||
3 | namespace Honeybadger\HoneybadgerLaravel\Middleware; |
||
4 | |||
5 | /** |
||
6 | * @deprecated Honeybadger now adds the context automatically |
||
7 | */ |
||
8 | class UserContext extends HoneybadgerContext |
||
0 ignored issues
–
show
Deprecated Code
introduced
by
![]() |
|||
9 | { |
||
10 | // Backwards Compatibility |
||
11 | } |
||
12 |