Skip to content

Commit

Permalink
Merge pull request #17 from Vincz/patch-1
Browse files Browse the repository at this point in the history
Add missing nullable check
  • Loading branch information
jaimz22 authored Apr 2, 2019
2 parents ed52e62 + a7f4c2b commit 83b4b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Common/TsVectorSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function loadClassMetadata(LoadClassMetadataEventArgs $eventArgs)
'type' => 'tsvector',
'weight' => strtoupper($annotation->weight),
'language' => strtolower($annotation->language),
'nullable' => $this->isWatchFieldNullable($class, $annotation)
]);
}
}
Expand Down

0 comments on commit 83b4b0b

Please sign in to comment.