Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
feat: Changed function getToken to private
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 15, 2019
1 parent 6b749e0 commit 5b29944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Joserick/Plex/Plex.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function getAllClients()
*
* @throws Plex_Exception_Server Server token not obtained.
*/
public function getToken($username, $password) {
private function getToken($username, $password) {
$host = "https://plex.tv/users/sign_in.json";
$header = array(
'Content-Type: application/xml; charset=utf-8',
Expand Down

0 comments on commit 5b29944

Please sign in to comment.