common = new Common; } public function index () { $res = [ 'page' => 'dummy', 'userinfo' => $this->common->user, ]; // $res['owner'] = $this->getOwner($id); return view('pages.peertube.notyet', ['res' => $res]); } function getOwner ($id) { return $this->ptapi_get('/api/v1/accounts/'.$id); } }