mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 05:28:20 +01:00
Fix typo in method name
This commit is contained in:
parent
16f125790b
commit
aea4982ff9
@ -104,7 +104,7 @@ class User extends Model
|
|||||||
/**
|
/**
|
||||||
* Return whether the user has the default image
|
* 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');
|
return $this->image()->path() === FileSystem::joinPaths($this->config->get('system.panel.paths.assets'), 'images/user-image.svg');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user