mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Corrected the js_config helper function
This commit is contained in:
parent
62a5ace98e
commit
1eaa59d192
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ if ( ! function_exists('js_config'))
|
||||||
$js_config[$item] = $value;
|
$js_config[$item] = $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
config(['js_config' => $js_config]);
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue