hasMany('App\User'); } public function number() { return $this->hasMany('Phone'); } }