mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
改进Config类和App类 Lange类
支持扩展配置文件分离
This commit is contained in:
@@ -1414,9 +1414,9 @@ class Model
|
||||
* @access public
|
||||
* @return Model
|
||||
*/
|
||||
public function readMaster()
|
||||
public function master()
|
||||
{
|
||||
$this->options['read_master'] = true;
|
||||
$this->options['master'] = true;
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user