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
{{ message }}
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
It is happens because you need import the class and use the clause importing the class from this name space like this before your code.. this is just a example use App\Conn;
When I just use the package on my PHP7 environment I get a fatal error: Uncaught Error: Class 'easyMQTT' not found.
When I remove the
namespace easyMQTT;
at the beginning it works. Is this a PHP7 issue or something else?The text was updated successfully, but these errors were encountered: