Change action properties to be protected so it will serialize
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user