Skip to content

Commit 5332535

Browse files
authored
Added protected $optional to SetValues.php to solve deprecated error.
1 parent b983777 commit 5332535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RecommApi/Requests/SetValues.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ abstract class SetValues extends Request {
2525
*/
2626
protected $values;
2727

28+
protected $optional;
2829

2930
/**
3031
* @var bool $cascade_create Sets whether the given user/item should be created if not present in the database.

0 commit comments

Comments
 (0)