Corrected the js_config helper function

This commit is contained in:
Alex Tselegidis 2021-12-14 07:51:26 +01:00
parent 62a5ace98e
commit 1eaa59d192
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ if ( ! function_exists('js_config'))
$js_config[$item] = $value;
}
config(['js_config' => $js_config]);
return NULL;
}