benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.35k stars 1.14k forks source link

Description of getUsersGroups() method is incorrect #1562

Closed dgvirtual closed 2 years ago

dgvirtual commented 2 years ago

The Userguide to the version 4 describes usage of function getUsersGroups():

$user_groups = $this->ionAuth->getUsersGroups($user->id)->result();

the last method in the chain should actually be getResult()

benedmunds commented 2 years ago

Thanks for reporting! Would you be interested in submitting a PR for this?

benedmunds commented 2 years ago

PR merged. Thank you!