Skip to content

Commit 0aa766b

Browse files
author
Robert Mullins
committed
Update Resource.php
$fields should be public so you can access its individual members directly
1 parent 15aaf1b commit 0aa766b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bigcommerce/Api/Resource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Resource
88
*
99
* @var stdclass
1010
*/
11-
protected $fields;
11+
public $fields;
1212

1313
/**
1414
* @var int

0 commit comments

Comments
 (0)