mead 1 kuukausi sitten
vanhempi
commit
a7edef5002
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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];