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