diff --git a/application/Espo/Services/Record.php b/application/Espo/Services/Record.php index 631d0ffe8e..3abc98cc32 100644 --- a/application/Espo/Services/Record.php +++ b/application/Espo/Services/Record.php @@ -232,7 +232,7 @@ class Record extends \Espo\Core\Services\Base $this->acl = $acl; } - public function setUser(\Espo\Enities\User $user) + public function setUser(\Espo\Entities\User $user) { $this->user = $user; }