Skip to content

Commit 7ad6626

Browse files
authored
Apply fixes from StyleCI (#2438)
[ci skip] [skip ci]
1 parent faace4b commit 7ad6626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/helpers.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
*
2424
* @return mixed
2525
*/
26-
function setting($name, $default = null) {
26+
function setting($name, $default = null)
27+
{
2728
return app(Repository::class)->get($name, $default);
2829
}
2930
}

0 commit comments

Comments
 (0)