We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13528f9 commit b283622Copy full SHA for b283622
src/Transformations/Flip.php
@@ -19,7 +19,7 @@ public static function validate(string $key, ...$args): ?bool
19
public static function generateUrl(string $url, array $values): string
20
{
21
// /flip/
22
- $url .= '/flip/' . $values;
+ $url .= '/flip/';
23
24
return $url;
25
}
0 commit comments