Skip to content
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

Missing use statement #18

Open
davividal opened this issue Feb 26, 2018 · 1 comment
Open

Missing use statement #18

davividal opened this issue Feb 26, 2018 · 1 comment

Comments

@davividal
Copy link
Contributor

I'm attempting to use FTS with Doctrine.
I copy'n'pasted from Readme to config.yml.

Then I got:

Attempted to load class "ToTsvector" from namespace "OpsWay\Doctrine\ORM\Query\AST\Functions".
Did you forget a "use" statement for "Opsway\Doctrine\ORM\Query\AST\Functions\ToTsvector"?

The issue is the root namespace. On your readme it is stated as OpsWay, when it should be Opsway.

I'm considering to write a PR addressing this issue, but I wonder what is wrong: the README or the namespace itself?

@davividal
Copy link
Contributor Author

It looks like #8 solves this by changing README. Is this the correct solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant