Total Complexity | 4 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
6 | class FinishHrRegistration |
||
7 | { |
||
8 | /** |
||
9 | * If logged in, but manager registration is incomplete, redirect to finish it. |
||
10 | * |
||
11 | * @param \Illuminate\Http\Request $request |
||
2 ignored issues
–
show
|
|||
12 | * @param \Closure $next |
||
2 ignored issues
–
show
|
|||
13 | * @return mixed |
||
14 | */ |
||
15 | public function handle($request, Closure $next) |
||
26 |