integrate laravel framework

This commit is contained in:
xiaomlove
2021-04-02 19:48:41 +08:00
parent fe8c7683b8
commit e48461546f
96 changed files with 10107 additions and 207 deletions
+1 -2
View File
@@ -149,7 +149,6 @@ class TechnicalInformation
$videos = array_filter($videos);
$audios = $this->getAudios();
$subtitles = $this->getSubtitles();
// dd($this->mediaInfoArr, $videos, $audios, $subtitles);
//video part
$videoTable = '<table style="border: none"><tbody>';
foreach (array_chunk($videos, 2, true) as $row) {
@@ -193,4 +192,4 @@ class TechnicalInformation
$result .= '</tr></tbody></table>';
return $result;
}
}
}