Skip to content

Commit

Permalink
Make $service->pathVariables public
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed Jan 28, 2016
1 parent dc706f3 commit 055640d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ information about each fixed issue.

## v0.2.0, 2016-01-28
- Make sure context specific settings are loaded into $service->config when setting the working context
-
- Make $service->pathVariables public

## v0.1.2, 2016-01-20
- Fix/add [[+resource]] path placeholder
Expand Down
2 changes: 1 addition & 1 deletion src/Alpacka.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Alpacka
*
* @var array
*/
protected $pathVariables = array();
public $pathVariables = array();

/**
* The main constructor for Alpacka. This doesn't hardcode the instance to the modX class as that might change in
Expand Down

0 comments on commit 055640d

Please sign in to comment.