Commit e3c9763e authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent 25cf7296
......@@ -22,7 +22,7 @@ class ReplaceController extends Controller
{
throw new ServerErrorHttpException(current(current($item->getErrors())));
}
echo $i." of ".count($data)."successfully updated\n";
echo ($i+1)." of ".count($data)." successfully updated\n";
}
$transaction->commit();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment