Skip to content

Commit b283622

Browse files
committed
Fix Flip transformation
1 parent 13528f9 commit b283622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transformations/Flip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static function validate(string $key, ...$args): ?bool
1919
public static function generateUrl(string $url, array $values): string
2020
{
2121
// /flip/
22-
$url .= '/flip/' . $values;
22+
$url .= '/flip/';
2323

2424
return $url;
2525
}

0 commit comments

Comments
 (0)