Browse Source

Update Utils.php

Shalvah 4 năm trước cách đây
mục cha
commit
239c3f9735
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Tools/Utils.php

+ 1 - 1
src/Tools/Utils.php

@@ -102,7 +102,7 @@ class Utils
         $dir = ltrim($dir, '/');
         dump($dir);
         $dir = ltrim($dir, $adapter->getPathPrefix());
-        dump($adapter->getPathPrefix(), $dir);
+        dd($adapter->getPathPrefix(), $dir);
         $fs->deleteDir($dir);
     }