File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ All notable changes to `laravel-elastica-bridge` will be documented in this file
8
8
- provide default implementation for ` Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::shouldIndex() ` in ` ElasticsearchableTrait `
9
9
- remove unused method ` Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::getModel() `
10
10
- added tests
11
+ - rename ` elasticsearch:index ` to ` elastica-bridge:index ` for consistency with package name and ` elastica-bridge:status `
11
12
12
13
## 1.0.0 - 2021-05-09
13
14
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class IndexCommand extends Command
19
19
*
20
20
* @var string
21
21
*/
22
- protected $ signature = 'elasticsearch :index {index?*} {--delete} ' ;
22
+ protected $ signature = 'elastica-bridge :index {index?*} {--delete} ' ;
23
23
24
24
/**
25
25
* The console command description.
You can’t perform that action at this time.
0 commit comments