This commit is contained in:
2021-01-12 18:13:02 +08:00
parent 1aef7786ed
commit f488a14d5b
3 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -296,10 +296,10 @@ abstract class BaseApplication extends Service
/**
* @return Pool
* @return SPool
* @throws ComponentException
*/
public function getPool(): Pool
public function getPool(): SPool
{
return $this->get('pool');
}