summaryrefslogtreecommitdiffstats
path: root/src/Components/Reference.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/Reference.php')
-rw-r--r--src/Components/Reference.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/Reference.php b/src/Components/Reference.php
index 36d3971..3515791 100644
--- a/src/Components/Reference.php
+++ b/src/Components/Reference.php
@@ -145,7 +145,7 @@ class Reference extends Component
return trim(
Context::escape($component->table)
. ' (' . implode(', ', Context::escape($component->columns)) . ') '
- . OptionsArray::build($component->options)
+ . $component->options
);
}
}