Browse Source

修改采集器规则任务模型方法

15313670163 6 months ago
parent
commit
84d569ca49
1 changed files with 0 additions and 3 deletions
  1. 0 3
      app/Model/Rule.php

+ 0 - 3
app/Model/Rule.php

@@ -24,11 +24,8 @@ class Rule extends Model
      * The attributes that should be cast to native types.
      */
     protected array $casts = [];
-<<<<<<< HEAD
-=======
     public function arts()
     {
         return $this->hasMany(Article::class,'rule_id','id');
     }
->>>>>>> collector_1106_fr
 }