Skip to content

Commit cb73413

Browse files
committed
fix command name
1 parent 823b9ae commit cb73413

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to `laravel-elastica-bridge` will be documented in this file
88
- provide default implementation for `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::shouldIndex()` in `ElasticsearchableTrait`
99
- remove unused method `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::getModel()`
1010
- added tests
11+
- rename `elasticsearch:index` to `elastica-bridge:index` for consistency with package name and `elastica-bridge:status`
1112

1213
## 1.0.0 - 2021-05-09
1314

src/Commands/IndexCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class IndexCommand extends Command
1919
*
2020
* @var string
2121
*/
22-
protected $signature = 'elasticsearch:index {index?*} {--delete}';
22+
protected $signature = 'elastica-bridge:index {index?*} {--delete}';
2323

2424
/**
2525
* The console command description.

0 commit comments

Comments
 (0)