new db migration

This commit is contained in:
2021-03-05 11:23:10 +01:00
parent 01f6e16283
commit d2182f5020
10 changed files with 29 additions and 50 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);
}
}