Skip to content

Commit cda501c

Browse files
committedMay 18, 2017
Changed properties from private to protected to improve extensibility.
1 parent d22d549 commit cda501c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/RedCapProject.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
class RedCapProject
1111
{
1212
/** string REDCap API token for the project */
13-
private $apiToken;
13+
protected $apiToken;
1414

1515
/** RedCapApiConnection connection to the REDCap API at the $apiURL. */
16-
private $connection;
16+
protected $connection;
1717

1818

1919
/**

0 commit comments

Comments
 (0)
Please sign in to comment.