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

Commit

Permalink
fix: Syntaxis
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 15, 2019
1 parent 85b52ef commit 914a092
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 @@ -73,7 +73,7 @@ class Plex
public function __construct($username = NULL, $password = NULL, $address = NULL, $port = NULL)
{
if (!is_null($username) && !is_null($password)) {
$this->registerServers(['Plex' => compact('username', 'password', 'address', 'port'));
$this->registerServers(['Plex' => compact('username', 'password', 'address', 'port')]);
}
}

Expand Down

0 comments on commit 914a092

Please sign in to comment.