glushkovds / phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel
MIT License
147 stars 26 forks source link

Fix complying with psr-4 autoloading standard. #20

Closed razumnyak closed 1 year ago

razumnyak commented 1 year ago

When I run composer update

I get this message: Class PhpClickHouseLaravel\QueryException located in ./vendor/glushkovds/phpclickhouse-laravel/src/Exceptions/QueryException.php does not comply with psr-4 autoloading standard. Skipping.

This minor pull request fixes namespace.

razumnyak commented 1 year ago

@glushkovds ping :)

glushkovds commented 1 year ago

@razumnyak Hi! Thanks for your fix!