Conditions | 2 |
Paths | 2 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
36 | 2 | public function handle(Algolia $algolia, SearchableFinder $searchableFinder): void |
|
37 | { |
||
38 | 2 | foreach ($searchableFinder->fromCommand($this) as $searchable) { |
|
39 | 2 | $searchable::removeAllFromSearch(); |
|
40 | |||
41 | 2 | $this->output->success('All ['.$searchable.'] records have been flushed.'); |
|
42 | } |
||
45 |