Skip to content

Commit dfd6d8a

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 0abe3c0 commit dfd6d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function backpack_avatar_url($user)
110110
{
111111
switch (config('backpack.base.avatar_type')) {
112112
case 'gravatar':
113-
if (backpack_users_have_email() && !empty($user->email)) {
113+
if (backpack_users_have_email() && ! empty($user->email)) {
114114
return Gravatar::fallback(config('backpack.base.gravatar_fallback'))->get($user->email);
115115
} else {
116116
return $user->placehold;

0 commit comments

Comments
 (0)