Skip to content

Commit

Permalink
api_url and endpoint are now public
Browse files Browse the repository at this point in the history
  • Loading branch information
mchev committed Aug 16, 2021
1 parent c9f90b2 commit 7e127e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-odk` will be documented in this file

## 1.1.2 - 2021-08-16

- api_url and endpoint are now public

## 1.1.1 - 2021-08-16

- Not calling download method automatically on file types to easily retrieve filepath and filename
Expand Down
4 changes: 2 additions & 2 deletions src/OdkCentral.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class OdkCentral
{


private $api;
public $api;

private $endpoint;
public $endpoint;

private $params;

Expand Down
2 changes: 1 addition & 1 deletion src/OdkCentralRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class OdkCentralRequest
{

private $api_url;
public $api_url;

private $response;

Expand Down

0 comments on commit 7e127e7

Please sign in to comment.