This commit is contained in:
as2252258@163.com
2021-02-23 00:41:33 +08:00
parent 4615d58247
commit efc11eb506
+1 -1
View File
@@ -118,7 +118,7 @@ abstract class Pool extends Component
*/
public function checkCanUse(string $name, mixed $client): mixed
{
throw new Exception('Undefined system processing function.');
return true;
}
/**