Rename UserFlight to UserBid to match functionality

This commit is contained in:
Nabeel Shahzad
2017-12-12 11:49:35 -06:00
parent cc873f1a29
commit de582f617c
19 changed files with 67 additions and 111 deletions

View File

@@ -140,7 +140,7 @@ class User extends Authenticatable
public function flights()
{
return $this->hasMany('App\Models\UserFlight', 'user_id');
return $this->hasMany('App\Models\UserBid', 'user_id');
}
public function pireps()