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.
1 parent 7bca9f4 commit 5cdbed9Copy full SHA for 5cdbed9
1 file changed
src/Traits/NamespaceTrait.php
@@ -51,7 +51,6 @@
51
use Elastic\Elasticsearch\Endpoints\Snapshot;
52
use Elastic\Elasticsearch\Endpoints\Sql;
53
use Elastic\Elasticsearch\Endpoints\Ssl;
54
-use Elastic\Elasticsearch\Endpoints\Streams;
55
use Elastic\Elasticsearch\Endpoints\Synonyms;
56
use Elastic\Elasticsearch\Endpoints\Tasks;
57
use Elastic\Elasticsearch\Endpoints\TextStructure;
@@ -383,15 +382,6 @@ public function ssl(): Ssl
383
382
}
384
385
386
- public function streams(): Streams
387
- {
388
- if (!isset($this->namespace['Streams'])) {
389
- $this->namespace['Streams'] = new Streams($this);
390
- }
391
- return $this->namespace['Streams'];
392
393
-
394
395
public function synonyms(): Synonyms
396
{
397
if (!isset($this->namespace['Synonyms'])) {
0 commit comments