Model update

This commit is contained in:
2021-03-04 10:19:58 +01:00
parent d27996542f
commit f33fdf95a3
6 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class Password extends Eloquent{
public function group(){
return $this->hasOne(Group::class);
return $this->belongsTo(Group::class);
}
}