Skip to content

Missing use statement #18

Description

@davividal

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions