改名
This commit is contained in:
@@ -50,7 +50,7 @@ class DatabasesProviders extends Providers
|
|||||||
'username' => $config['username'],
|
'username' => $config['username'],
|
||||||
'password' => $config['password'],
|
'password' => $config['password'],
|
||||||
'tablePrefix' => $config['tablePrefix'],
|
'tablePrefix' => $config['tablePrefix'],
|
||||||
'maxNumber' => 200,
|
'maxNumber' => $config['maxNumber'],
|
||||||
'slaveConfig' => $config['slaveConfig']
|
'slaveConfig' => $config['slaveConfig']
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user