hasMany('App\Models\Order'); } public function belong_user(){ return $this->belongsTo(User::class,'uid'); } }