mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
Fix backend code styling
This commit is contained in:
@@ -49,7 +49,7 @@ if (! function_exists('get_settings')) {
|
||||
/**
|
||||
* Get single or multiple values from settings table
|
||||
*/
|
||||
function get_settings(array|string $setting): Collection|string|null
|
||||
function get_settings(array | string $setting): Collection | string | null
|
||||
{
|
||||
if (is_array($setting)) {
|
||||
return Setting::whereIn('name', $setting)
|
||||
|
||||
Reference in New Issue
Block a user