We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db74507 commit 8d4530cCopy full SHA for 8d4530c
1 file changed
src/Tags/BlurHash.php
@@ -90,7 +90,7 @@ public function index()
90
*/
91
public function wildcard($tag)
92
{
93
- $this->params->set('image', $tag);
+ $this->params->put('image', $tag);
94
95
return $this->index();
96
}
0 commit comments