| xqd
@@ -176,10 +176,8 @@ class InfoController extends Controller
|
|
|
if (is_file('.'.str_replace(getenv('APP_URL'),'',$info->video))) {
|
|
|
unlink('.'.str_replace(getenv('APP_URL'),'',$info->video));
|
|
|
}
|
|
|
-// $info->update(['video'=>'']);
|
|
|
$info->video = null;
|
|
|
$info->save();
|
|
|
-// dd($info);
|
|
|
}
|
|
|
$ok = InteractionInfo::find(request('id'))->update($interaction);
|
|
|
if($ok) {
|