Example code from the component: public function onRun() { return \Response::make('Page not found', 404); return \Redirect::to('404'); // this ...
確定! 回上一頁