Change action properties to be protected so it will serialize

This commit is contained in:
Austen McDonald
2016-08-06 14:27:25 -07:00
parent 05d14c8ba3
commit b07dbd8f29
+2 -2
View File
@@ -9,8 +9,8 @@ namespace LotGD\Core;
*/
class Action
{
private $id;
private $destinationSceneId;
protected $id;
protected $destinationSceneId;
/**
* Construct a new action with the specified Scene as its destination.