| Total Complexity | 3 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class SetDisplayStatus { |
||
| 10 | |||
| 11 | |||
| 12 | protected $app; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Create a new filter instance. |
||
| 16 | * |
||
| 17 | */ |
||
| 18 | 162 | public function __construct(Application $app) |
|
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Handle an incoming request. |
||
| 25 | * |
||
| 26 | * @param \Illuminate\Http\Request $request |
||
| 27 | * @param \Closure $next |
||
| 28 | * @return mixed |
||
| 29 | */ |
||
| 30 | 162 | public function handle($request, Closure $next) |
|
| 41 | } |
||
| 42 | } |