Update models

This commit is contained in:
DariusIII
2017-11-01 23:16:22 +01:00
parent bbcad8ae0e
commit 091cae1e52
26 changed files with 54 additions and 145 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ class Invitation extends Model
public function user()
{
return $this->belongsTo('App\Models\User', 'users_id');
return $this->belongsTo(User::class, 'users_id');
}
}