belongsTo(Pbdp::class, 'id_pbdp', 'id_pbdp'); } public function user() { return $this->belongsTo(User::class, 'id_user'); } }