We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e25680 + 002f46d commit aff2daeCopy full SHA for aff2dae
src/Eloquent/Docs/ModelDocs.php
@@ -9,6 +9,7 @@
9
use Illuminate\Contracts\Pagination\LengthAwarePaginator;
10
use Illuminate\Pagination\Cursor;
11
use PDPhilip\Elasticsearch\Collection\ElasticCollection;
12
+use PDPhilip\Elasticsearch\Connection;
13
use PDPhilip\Elasticsearch\Eloquent\Model;
14
use PDPhilip\Elasticsearch\Pagination\SearchAfterPaginator;
15
use PDPhilip\Elasticsearch\Query\Builder;
@@ -93,7 +94,7 @@
93
94
*
95
* Index Methods ---------------------------------
96
* @method static string getQualifiedKeyName()
- * @method static string getConnection()
97
+ * @method static Connection getConnection()
98
* @method static void truncate()
99
* @method static bool indexExists()
100
* @method static bool deleteIndexIfExists()
0 commit comments