Obviously not a game-breaker, but Eloquent's smart plurality does not extend to hasMany(), which just feels awkward gramatically. Example: ``` <?php class Group extends Eloquent { public function subscribers() { return $this->hasMany('Subscriber'); } } ```