Merge remote-tracking branch 'origin/master'

This commit is contained in:
Peter Papp
2021-07-23 17:53:28 +02:00
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)