Total Complexity | 4 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class VerifyWebhookSignature |
||
9 | { |
||
10 | /** |
||
11 | * Handle the incoming request. |
||
12 | * |
||
13 | * @param \Illuminate\Http\Request $request |
||
14 | * @param \Closure $next |
||
15 | * @return \Illuminate\Http\Response |
||
16 | * |
||
17 | * @throws \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException |
||
18 | */ |
||
19 | public function handle($request, Closure $next) |
||
35 |