This commit is contained in:
2023-04-19 10:51:08 +08:00
parent be6953b83f
commit b2066bfad7
6 changed files with 30 additions and 328 deletions
+10
View File
@@ -73,6 +73,16 @@ class Kiri
}
/**
* @return \Kiri\Pool\Pool
* @throws ReflectionException
*/
public static function getPool(): \Kiri\Pool\Pool
{
return static::getDi()->get(\Kiri\Pool\Pool::class);
}
/**
* @param $prefix
* @return void