示例#1
0
 public function scopegetContrat()
 {
     return TypeContrat::where('id', $this->type_de_contrat_id);
 }