Skip to content

Commit a430ee2

Browse files
Merge branch 'v2' of github.com:code16/laravel-titelive-client into v2
2 parents 15ee421 + f3103b0 commit a430ee2

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)