Commit c345656d authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent 9dbae25f
......@@ -55,7 +55,7 @@ class ReplaceController extends Controller
{
throw new ServerErrorHttpException(current(current($item->getErrors())));
}
echo ($i+1)." of ".count($data)." successfully updated\n";
echo "[".$item->getPrimaryKey()."] ".($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