when i used in hyperf after composer require mayvenstudios/flow-php-sdk when i import the class at the beginning of my PHP with `use Flow;` i get PHP Warning: The use statement with non-compound name 'Flow' has no effect
when i used in hyperf
after composer require mayvenstudios/flow-php-sdk
when i import the class at the beginning of my PHP with
use Flow;i get PHP Warning: The use statement with non-compound name 'Flow' has no effect