mead 1 tháng trước cách đây
mục cha
commit
885a848e76
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Console/Commands/TestCommand.php

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

@@ -68,8 +68,8 @@ class TestCommand extends Command
             $file_name = $file['filename'];
 
             $arr = str2arr($file_name, '-');
-
             $time = Carbon::parse(str_replace('.', '-', $arr[0]))->toDateTimeString();
+            dd($time);
             $video_name = $arr[1];
             $teacher = str2arr($arr[2], '.')[0];