Add update consolidado command and queuing
This commit is contained in:
@ -21,6 +21,6 @@ class QueueArgument extends Model {
|
||||
}
|
||||
|
||||
public function __toString(): string {
|
||||
return "{$this->argument}='{$this->value}'";
|
||||
return "--{$this->argument} '{$this->value}'";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user