Open mysoola opened 1 year ago
I use $db = new \ClickHouseDB\Client($config);
I get an error message Attempted to load class "Client" from namespace "ClickHouseDB". Did you forget a "use" statement for another namespace?
I use $db = new \ClickHouseDB\Client($config);
I get an error message Attempted to load class "Client" from namespace "ClickHouseDB".
Did you forget a "use" statement for another namespace?