chunk方法添加异常处理

This commit is contained in:
thinkphp
2017-08-31 16:15:24 +08:00
parent aa0583fee4
commit 18aa14924e
2 changed files with 4 additions and 0 deletions

View File

@@ -65,4 +65,5 @@ return [
'bind attr has exists' => '模型的属性已经存在',
'relation data not exists' => '关联数据不存在',
'relation not support' => '关联不支持',
'chunk not support order' => 'Chunk不支持调用order方法',
];