Skip to content

Commit 4af0fb8

Browse files
authored
Merge pull request #6 from teohhanhui/patch-1
Fix wrong class for DBAL type in README
2 parents 907351e + a52e01d commit 4af0fb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A simple to use set of database types, and annotations to use postgresql's full
1313
* Register Doctrine Type:
1414

1515
```php
16-
Type::addType('tsvector',\VertigoLabs\DoctrineFullTextPostgres\ORM\Mapping\TsVectorType::class);
16+
Type::addType('tsvector',\VertigoLabs\DoctrineFullTextPostgres\DBAL\Types\TsVector::class);
1717
```
1818
* Register Doctrine Event Subscriber
1919

@@ -104,4 +104,4 @@ A simple to use set of database types, and annotations to use postgresql's full
104104

105105
## TODO
106106
* Add language to SQL field definition
107-
* Add language and weighting to queries
107+
* Add language and weighting to queries

0 commit comments

Comments
 (0)