diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-07-16 20:35:56 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-07-16 20:35:56 -0400 |
| commit | ede1f1d9b0c06a05845f4125d59c97c29b6d9842 (patch) | |
| tree | 2fc9f21c586501d43440dace17e71bfb40618bfc /app/Model/User.php | |
| parent | 12036aa21f4308aca4d816864b357f9627a0f437 (diff) | |
Refactoring of Github authentication (oauth url change)
Diffstat (limited to 'app/Model/User.php')
| -rw-r--r-- | app/Model/User.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Model/User.php b/app/Model/User.php index 4c32942c..36b7194c 100644 --- a/app/Model/User.php +++ b/app/Model/User.php @@ -122,13 +122,13 @@ class User extends Base } /** - * Get a specific user by the GitHub id + * Get a specific user by the Github id * * @access public - * @param string $github_id GitHub user id + * @param string $github_id Github user id * @return array|boolean */ - public function getByGitHubId($github_id) + public function getByGithubId($github_id) { if (empty($github_id)) { return false; |
