Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-14 16:12:20 +08:00
parent 61741f926f
commit c1e480cd43
+1 -1
View File
@@ -49,7 +49,7 @@ class DatabasesProviders extends Providers
* @throws ConfigException
* @throws Exception
*/
public function createPool(OnTaskerStart|OnWorkerStart $onWorkerStart)
public function createPool(OnTaskerStart|OnWorkerStart|OnProcessStart $onWorkerStart)
{
$databases = Config::get('databases.connections', []);
if (empty($databases)) {