Fix backend code styling

This commit is contained in:
MakingCG
2021-07-23 15:17:30 +00:00
committed by GitHub Actions
parent 32d54fa50e
commit 35fefdc383
6 changed files with 10 additions and 12 deletions

View File

@@ -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)