mead 1 month ago
parent
commit
a7edef5002
1 changed files with 2 additions and 2 deletions
  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];