芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/vendor/laravel/framework/src/Illuminate/Routing/ViewController.php
response = $response; } /** * Invoke the controller method. * * @param array $args * @return \Illuminate\Http\Response */ public function __invoke(...$args) { [$view, $data, $status, $headers] = array_slice($args, -4); return $this->response->view($view, $data, $status, $headers); } }