Skip to content

Commit 2ed6885

Browse files
authored
Merge pull request #30 from Ndottens/master
Added protected $optional to SetValues.php to solve deprecated error.
2 parents b983777 + 5332535 commit 2ed6885

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)