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
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?
The text was updated successfully, but these errors were encountered:
I'm attempting to use FTS with Doctrine.
I copy'n'pasted from Readme to
config.yml
.Then I got:
The issue is the root namespace. On your readme it is stated as
OpsWay
, when it should beOpsway
.I'm considering to write a PR addressing this issue, but I wonder what is wrong: the README or the namespace itself?
The text was updated successfully, but these errors were encountered: