From b255fe6d1bd046c6a950349581cbd01831e0917b Mon Sep 17 00:00:00 2001 From: Nikolay Novikov Date: Sat, 5 Oct 2024 09:40:51 +0300 Subject: [PATCH] patch --- src/Traits/PostgresTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Traits/PostgresTrait.php b/src/Traits/PostgresTrait.php index de863cd..2c2b087 100644 --- a/src/Traits/PostgresTrait.php +++ b/src/Traits/PostgresTrait.php @@ -84,7 +84,7 @@ protected function conditionalIndexNotNull(string $tableName, string $column) } /** - * create a fulltext search (tsvector) column with RUM index + * Create a fulltext search (tsvector) column with RUM index * * @param string $tableName * @param string $columnName