Skip to content

Commit

Permalink
reverting object in resourcelist from public to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixon Samuel committed Jul 3, 2018
1 parent 31d3708 commit 36c59ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Plivo/Resources/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Resource
/**
* @var array
*/
public $properties = [];
protected $properties = [];

/**
* Resource constructor.
Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Resources/ResourceList.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ResourceList implements \IteratorAggregate
/**
* @var array
*/
public $resources;
protected $resources;

/**
* ResourceList constructor.
Expand Down

0 comments on commit 36c59ef

Please sign in to comment.