type fixes

This commit is contained in:
Yuri Kuznetsov
2022-03-19 10:56:20 +02:00
parent ab137263dc
commit a12ee989f6
11 changed files with 124 additions and 33 deletions

View File

@@ -212,6 +212,7 @@ class User extends Record
private function getUserService(): Service
{
/** @var Service */
return $this->getServiceFactory()->create('User');
}
}