Skip to content

Commit

Permalink
refactor: Laravel Pint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
secondnetwork authored and github-actions[bot] committed Dec 27, 2023
1 parent 394e615 commit ea9c90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function setting($key = null, $default = null)

return $data->data;
}
// return Arr::get(config('settings'), $data );
// return Arr::get(config('settings'), $data );
} else {
$data = Arr::get(app('settings'), $data);

Expand Down

0 comments on commit ea9c90e

Please sign in to comment.