hasMany('App\Player'); } public function tweets() { return $this->hasMany('App\Tweet'); } }