* SimBrief integration #405 * Add briefing as API response; add acars_xml field #405
This commit is contained in:
@@ -152,8 +152,6 @@ if (!function_exists('setting')) {
|
||||
* @param $key
|
||||
* @param mixed $default
|
||||
*
|
||||
* @throws \Exception
|
||||
*
|
||||
* @return mixed|null
|
||||
*/
|
||||
function setting($key, $default = null)
|
||||
@@ -193,7 +191,6 @@ if (!function_exists('public_asset')) {
|
||||
{
|
||||
$publicBaseUrl = app()->publicUrlPath();
|
||||
$path = $publicBaseUrl.$path;
|
||||
|
||||
$path = str_replace('//', '/', $path);
|
||||
|
||||
return url($path, $parameters);
|
||||
|
||||
Reference in New Issue
Block a user