mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-17 22:07:37 +08:00
integrate laravel framework
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user