Fix Formatters::valueToString when input is an array
Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
parent
2b5da2c65d
commit
009b2f2d53
5 changed files with 17 additions and 15 deletions
|
|
@ -18,7 +18,7 @@ class From extends Base {
|
|||
|
||||
public function __toString()
|
||||
{
|
||||
return 'from(' . Formatters::toFluxAssociativeArrayString($this->settings) . ') ';
|
||||
return 'from(' . Formatters::toFluxArrayString($this->settings) . ') ';
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue