-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Wrong data type when counting service count #108
Comments
the same goes for breakdownPricing() in the same file |
on file resources/views/home.blade.php also require to change to |
Im not getting the string type when debugging and the counts work as expected, interested to see if others get this issue:
|
HI, below would be the server information: Host: Namecrane (BuyShared) |
my-idlers V2.3.2
on file app/Models/Home.php
will produce
notice that the service_type is string
while on the same file
it is try to match exact type of int value, this result in empty (0) value on Home page....
The text was updated successfully, but these errors were encountered: