mead 1 개월 전
부모
커밋
a7edef5002
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Console/Commands/TestCommand.php

+ 2 - 2
app/Console/Commands/TestCommand.php

@@ -66,9 +66,9 @@ class TestCommand extends Command
         foreach ($files as $file) {
 
             $file_name = $file['filename'];
-
+            dd($file);
             $arr = str2arr($file_name, '-');
-            dd($arr);
+
             $time = Carbon::parse(str_replace('.', '-', $arr[0]))->toDateTimeString();
             dd($time);
             $video_name = $arr[1];