1 | <?php |
||
14 | class Destroy extends Command |
||
15 | { |
||
16 | /** |
||
17 | * @var string $name |
||
18 | */ |
||
19 | protected $name = 'search:destroy'; |
||
20 | |||
21 | /** |
||
22 | * @var string $description |
||
23 | */ |
||
24 | protected $description = 'Destroys the search index.'; |
||
25 | |||
26 | /** |
||
27 | * Handle |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | 1 | public function handle() |
|
46 | } |
||
47 |