Skip to content

Commit c8ce087

Browse files
authored
fix: comment words metabase params variable
1 parent 9e93bf8 commit c8ce087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/metabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function translate_key_value_metabase_param($value) {
99
}
1010

1111
/*
12-
* You can set param on ENV within format METABASE_PARAMS=date=past26weeks,greater_than_or_equal_to=10
12+
* You can set param on ENV within format METABASE_PARAMS="date=past26weeks,greater_than_or_equal_to=10"
1313
**/
1414
$metabase_params = array_map('translate_key_value_metabase_param', array_filter(explode(',', env('METABASE_PARAMS'))));
1515

0 commit comments

Comments
 (0)