fixed drush script

This commit is contained in:
Bachir Soussi Chiadmi 2022-02-23 11:20:06 +01:00
parent 2482760609
commit 93779ad3ff
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ use Drush\Drush;
$this->output()->writeln("Flagging collection cleaning"); $this->output()->writeln("Flagging collection cleaning");
// $this->output()->writeln("Hello world!"); // $this->output()->writeln("Hello world!");
// $this->output()->writeln("The extra options/arguments to this command were:"); $this->output()->writeln("The extra options/arguments to this command were:");
// $this->output()->writeln(print_r($extra, true)); $this->output()->writeln(print_r($extra, true));
if ($extra[0] === "delete") { if ($extra[0] === "delete") {
$delete = true; $delete = true;
} else { } else {