Skip to content

Commit aff2dae

Browse files
committed
Merge branch 'pr/58' into dev-main
2 parents 3e25680 + 002f46d commit aff2dae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Eloquent/Docs/ModelDocs.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Illuminate\Contracts\Pagination\LengthAwarePaginator;
1010
use Illuminate\Pagination\Cursor;
1111
use PDPhilip\Elasticsearch\Collection\ElasticCollection;
12+
use PDPhilip\Elasticsearch\Connection;
1213
use PDPhilip\Elasticsearch\Eloquent\Model;
1314
use PDPhilip\Elasticsearch\Pagination\SearchAfterPaginator;
1415
use PDPhilip\Elasticsearch\Query\Builder;
@@ -93,7 +94,7 @@
9394
*
9495
* Index Methods ---------------------------------
9596
* @method static string getQualifiedKeyName()
96-
* @method static string getConnection()
97+
* @method static Connection getConnection()
9798
* @method static void truncate()
9899
* @method static bool indexExists()
99100
* @method static bool deleteIndexIfExists()

0 commit comments

Comments
 (0)