-
Notifications
You must be signed in to change notification settings - Fork 9
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
Non-static method Fahriztx\Zksoapphp\Fingerprint::connect() cannot be called statically #1
Comments
Data Not coming |
I can't even establish a connection -_- |
Connection is made but no data is received |
Please sir solve it, |
Very nice package |
@Wakil18 what version of PHP are you using? |
I'm using PHP 8.1.16. @FAHRIZTX |
When I try to initialize the connection using
$machine = Fingerprint::connect('192.168.1.175', '80', '123456');
it gives me an error saying
Non-static method Fahriztx\Zksoapphp\Fingerprint::connect() cannot be called statically
.So I did the following:
The text was updated successfully, but these errors were encountered: