Skip to content

Commit 5cdbed9

Browse files
Auto-generated API code (#1540)
1 parent 7bca9f4 commit 5cdbed9

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/Traits/NamespaceTrait.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
use Elastic\Elasticsearch\Endpoints\Snapshot;
5252
use Elastic\Elasticsearch\Endpoints\Sql;
5353
use Elastic\Elasticsearch\Endpoints\Ssl;
54-
use Elastic\Elasticsearch\Endpoints\Streams;
5554
use Elastic\Elasticsearch\Endpoints\Synonyms;
5655
use Elastic\Elasticsearch\Endpoints\Tasks;
5756
use Elastic\Elasticsearch\Endpoints\TextStructure;
@@ -383,15 +382,6 @@ public function ssl(): Ssl
383382
}
384383

385384

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-
395385
public function synonyms(): Synonyms
396386
{
397387
if (!isset($this->namespace['Synonyms'])) {

0 commit comments

Comments
 (0)