@@ -22,7 +22,7 @@ class DataXw extends Model
];
public static function onBeforeWrite(self $model)
{
- return true;
+// return true;
$model['has_video']=Str::contains($model['content'],'</video>');
if($model['has_video']){
$html=HtmlDomParser::str_get_html($model['content']);