json(['message' => 'Self update not available on this system.'], 403); } $res = $updater->update(); return response()->json(['message'=>$res], 200); } }