You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really a biggie, but would be nice to change for the next release. Here's a snippet from Record.php. It says that oData is a string. Can we plz change that to array in the next bug fix release?
/** * Gets the Orient Record Content * @return string */publicfunctiongetOData() {
return$this->oData;
}
The text was updated successfully, but these errors were encountered:
Hi @Ostico,
Not really a biggie, but would be nice to change for the next release. Here's a snippet from
Record.php
. It says thatoData
is astring
. Can we plz change that toarray
in the next bug fix release?The text was updated successfully, but these errors were encountered: