tpl->displayJson(['status' => 'failure'], 400); } if (app()->make(GoalcanvaService::class)->patchGoalItem((int) $params['id'], $params) === false) { return $this->tpl->displayJson(['status' => 'no valid fields to update'], 400); } return $this->tpl->displayJson(['status' => 'ok']); } }