Skip to content

Commit

Permalink
Remove default port number
Browse files Browse the repository at this point in the history
A default number prevents the call without any port
  • Loading branch information
arkonisus committed Jul 11, 2022
1 parent 8e983ac commit 2986a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LibreTranslate.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LibreTranslate
private $apiBase = 'http:https://localhost';

/** @var int The port at apiBase to use */
private $apiPort = 5000;
private $apiPort = null;

/** @var string Local path to ltmanage, if available */
private $LTManage = null;
Expand Down

0 comments on commit 2986a9a

Please sign in to comment.