'string' ]; /** * @return \Illuminate\Database\Eloquent\Relations\HasMany */ public function accounts() { return $this->hasMany('Account'); } }