Skip to content

Commit

Permalink
Add missing protected property for Player class
Browse files Browse the repository at this point in the history
  • Loading branch information
cspivack committed Nov 27, 2021
1 parent 5ec400d commit 3d65129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Player.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

class Player
{
protected $data = [];

public function __construct(array $data)
{
$this->data = $data;
Expand Down

0 comments on commit 3d65129

Please sign in to comment.