Skip to content

Commit f3103b0

Browse files
PatrickePatategithub-actions[bot]
authored andcommitted
Fix styling
1 parent f1f7ad7 commit f3103b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Api/Clients/TiteLive/TiteLiveClient.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ class TiteLiveClient implements BookDirectoryClient
2020
use UsesBookModel;
2121

2222
protected string $endpoint;
23+
2324
protected string $login_endpoint;
25+
2426
protected string $login;
27+
2528
protected string $password;
29+
2630
protected array $params = [];
2731

2832
public function __construct(string $endpoint, string $login_endpoint, string $login, string $password)

0 commit comments

Comments
 (0)