diff --git a/formwork/src/Users/User.php b/formwork/src/Users/User.php index a83608eb..42d399ac 100644 --- a/formwork/src/Users/User.php +++ b/formwork/src/Users/User.php @@ -104,7 +104,7 @@ class User extends Model /** * Return whether the user has the default image */ - public function hasDefaultImageh(): bool + public function hasDefaultImage(): bool { return $this->image()->path() === FileSystem::joinPaths($this->config->get('system.panel.paths.assets'), 'images/user-image.svg'); }