Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
17 | 32 | public function handle($request, Closure $next) |
|
1 ignored issue
–
show
|
|||
18 | { |
||
19 | 32 | Date::setLocale(app()->getLocale()); |
|
20 | |||
21 | 32 | return $next($request); |
|
22 | } |
||
24 |