mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
cs fix
This commit is contained in:
@@ -59,7 +59,7 @@ class ApplicationUser
|
||||
/**
|
||||
* Setup the system user as a current user. The system user is used when no user is logged in.
|
||||
*/
|
||||
public function setupSystemUser() : void
|
||||
public function setupSystemUser(): void
|
||||
{
|
||||
$user = $this->entityManagerProxy->getEntity('User', 'system');
|
||||
|
||||
@@ -76,7 +76,7 @@ class ApplicationUser
|
||||
/**
|
||||
* Set a current user.
|
||||
*/
|
||||
public function setUser(User $user) : void
|
||||
public function setUser(User $user): void
|
||||
{
|
||||
$this->container->set('user', $user);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user