mead 1 ヶ月 前
コミット
2f5b42cb08
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/Console/Commands/TestCommand.php

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

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