Commit 981893ac by 冷斌

fix bug

parent 47bc21a2
......@@ -52,6 +52,9 @@ class Upload {
/* 获取配置 */
$this->config = array_merge($this->config, $config);
var_dump($this->config );
die;
/* 设置上传驱动 */
$this->setDriver($driver, $driverConfig);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment