We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have install and integrate tenancy/multi-tenant and its working fine but getting one issue. Integer values showing as string in json
here are my composer.lock information
"php": "^7.2", "hyn/multi-tenant": "5.5.*", "laravel/framework": "^6.0"
is there any solution for this ?
The text was updated successfully, but these errors were encountered:
There's 2 comma's (,) after our pacjage version, so your composer.json is not valid json at the moment
,
Sorry, something went wrong.
No branches or pull requests
Hi,
I have install and integrate tenancy/multi-tenant and its working fine but getting one issue.
Integer values showing as string in json
here are my composer.lock information
is there any solution for this ?
The text was updated successfully, but these errors were encountered: