Browse Source

修复 Arr 引用错误问题

jqh 4 năm trước cách đây
mục cha
commit
1a754d6d30
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Support/Context.php

+ 1 - 1
src/Support/Context.php

@@ -2,7 +2,7 @@
 
 namespace Dcat\Admin\Support;
 
-use Dcat\EasyExcel\Support\Arr;
+use Illuminate\Support\Arr;
 use Illuminate\Support\Fluent;
 
 /**