|
@@ -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
|
|
|
}
|