Skip to content

Commit 64b8750

Browse files
authored
Merge pull request #10 from lwillems/patch-1
Missing use statement in SetValues
2 parents 8a84911 + 7d25ab5 commit 64b8750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RecommApi/Requests/SetValues.php

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @author Ondrej Fiedler <[email protected]>
66
*/
77
namespace Recombee\RecommApi\Requests;
8+
use Recombee\RecommApi\Exceptions\UnknownOptionalParameterException;
89

910
/**
1011
* Set/update (some) property values of an entity.

0 commit comments

Comments
 (0)