Apply fixes from StyleCI (#2438)

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2017-03-18 08:50:36 +00:00
committed by GitHub
parent faace4bfb6
commit 7ad6626154

View File

@@ -23,7 +23,8 @@ if (!function_exists('setting')) {
*
* @return mixed
*/
function setting($name, $default = null) {
function setting($name, $default = null)
{
return app(Repository::class)->get($name, $default);
}
}