refactor auto updateand invoice and estimate send

This commit is contained in:
jayvirsinh_gohil
2019-11-15 13:39:57 +05:30
parent 917b618ac7
commit 1051b03b00
4 changed files with 17 additions and 12 deletions

View File

@ -12,7 +12,7 @@ class UpdateController extends Controller
{
set_time_limit(600); // 10 minutes
$json = Updater::update($request->installed, $request->version);
$json = Updater::update($request->installed, $request->version, $request->isMinor);
return response()->json($json);
}