This commit is contained in:
Cüneyt Şentürk
2022-10-31 15:29:45 +03:00
parent 94554a463e
commit 185becf1b7
3 changed files with 9 additions and 9 deletions

View File

@ -134,7 +134,7 @@ class User extends Authenticatable implements HasLocalePreference
if (!empty($value)) {
return $value;
} elseif (!$this->hasMedia('picture')) {
} elseif (! $this->hasMedia('picture')) {
return false;
}