This repository was archived by the owner on Nov 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ protected function createIndex()
29
29
->create ($ payload );
30
30
31
31
$ this ->info (sprintf (
32
- 'The index %s was created! ' ,
32
+ 'The %s index was created! ' ,
33
33
$ configurator ->getName ()
34
34
));
35
35
}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ protected function createTargetIndex()
60
60
->create ($ payload );
61
61
62
62
$ this ->info (sprintf (
63
- 'The index %s was created! ' ,
63
+ 'The %s index was created. ' ,
64
64
$ targetIndex
65
65
));
66
66
}
@@ -108,7 +108,7 @@ protected function updateTargetIndex()
108
108
}
109
109
110
110
$ this ->info (sprintf (
111
- 'The index %s was updated! ' ,
111
+ 'The index %s was updated. ' ,
112
112
$ targetIndex
113
113
));
114
114
}
@@ -145,7 +145,7 @@ protected function updateTargetIndexMapping()
145
145
->putMapping ($ payload );
146
146
147
147
$ this ->info (sprintf (
148
- 'The %s mapping was updated! ' ,
148
+ 'The %s mapping was updated. ' ,
149
149
$ targetIndex
150
150
));
151
151
}
@@ -217,7 +217,7 @@ protected function importDocumentsToTargetIndex()
217
217
{
218
218
$ sourceModel = $ this ->getModel ();
219
219
220
- Artisan:: call (
220
+ $ this -> call (
221
221
'scout:import ' ,
222
222
['model ' => get_class ($ sourceModel )]
223
223
);
You can’t perform that action at this time.
0 commit comments