parent
d2d6815c92
commit
7901601f81
|
@ -879,6 +879,6 @@ class NavigationConfigForm extends ConfigForm
|
|||
$configName = $type . 's';
|
||||
}
|
||||
|
||||
return Config::app($username ? "preferences/$username/" : 'navigation/' . $configName);
|
||||
return Config::app(($username ? "preferences/$username/" : 'navigation/') . $configName);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue