Explorar el Código

修复 Arr 引用错误问题

jqh hace 4 años
padre
commit
1a754d6d30
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 
 /**