Commit 1a797bea by 杨昕

sf

parent c9d05801
Pipeline #10881 passed with stages
in 40 seconds
......@@ -123,10 +123,6 @@ class MediaModel extends Eloquent
*/
foreach ($tmp_arr as $media){
var_dump($media);
var_dump($media['start_time']->toDateTime()->format('Y-m-d H:i:s'));die;
if (is_object($media['start_time'])){
$media['start_time'] = $media['start_time']->toDateTime()->format('Y-m-d H:i:s');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment