Skip to content

Commit fd690cc

Browse files
committed
Get value from context, not string
1 parent 8d4530c commit fd690cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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->put('image', $tag);
93+
$this->params->put('image', $this->context->value($tag));
9494

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

0 commit comments

Comments
 (0)