1 | <?php |
||
9 | class SetDisplayStatus { |
||
10 | |||
11 | |||
12 | protected $app; |
||
13 | |||
14 | /** |
||
15 | * Create a new filter instance. |
||
16 | * |
||
17 | */ |
||
18 | public function __construct(Application $app) |
||
22 | |||
23 | /** |
||
24 | * Handle an incoming request. |
||
25 | * |
||
26 | * @param \Illuminate\Http\Request $request |
||
27 | * @param \Closure $next |
||
28 | * @return mixed |
||
29 | */ |
||
30 | public function handle($request, Closure $next) |
||
42 | } |