Skip to content

Commit

Permalink
Merge pull request #18 from tacman/patch-1
Browse files Browse the repository at this point in the history
Add Use statement
  • Loading branch information
jaimz22 authored Mar 23, 2020
2 parents 83b4b0b + 5104113 commit f9ab906
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ services:
You do not need to set data for your TsVector field, the data will come from the fields specified in the ```fields``` property automatically when the object is flushed to the database

```php
use VertigoLabs\DoctrineFullTextPostgres\ORM\Mapping\TsVector;
class Article
{
/**
Expand Down

0 comments on commit f9ab906

Please sign in to comment.