Skip to content

Commit 8d4530c

Browse files
committed
Put not set
1 parent db74507 commit 8d4530c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tags/BlurHash.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function index()
9090
*/
9191
public function wildcard($tag)
9292
{
93-
$this->params->set('image', $tag);
93+
$this->params->put('image', $tag);
9494

9595
return $this->index();
9696
}

0 commit comments

Comments
 (0)