add: 新增implode方法

This commit is contained in:
JaguarJack 2021-03-01 21:00:09 +08:00
parent c190672603
commit 17491ca7da

View File

@ -6,6 +6,7 @@ namespace catcher;
use catcher\library\excel\Excel; use catcher\library\excel\Excel;
use catcher\library\excel\ExcelContract; use catcher\library\excel\ExcelContract;
use think\facade\Cache; use think\facade\Cache;
use think\helper\Str;
use think\model\Collection; use think\model\Collection;
class CatchModelCollection extends Collection class CatchModelCollection extends Collection