Skip to content

Commit 778ccca

Browse files
committed
Define the API URL
1 parent 45af1fd commit 778ccca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Requests/API.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
*/
2121
class API {
2222

23+
/**
24+
* The API URL.
25+
*
26+
* @var string
27+
*/
28+
private $api_url;
29+
2330
/**
2431
* The class constructor.
2532
*

0 commit comments

Comments
 (0)