Skip to content

Commit d8910a6

Browse files
committed
[Platform] Fix minor
1 parent 5d708ca commit d8910a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/src/Bridge/Voyage/Voyage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Voyage extends Model
3636
/**
3737
* @param array{dimensions?: int, input_type?: self::INPUT_TYPE_*, truncation?: bool} $options
3838
*/
39-
public function __construct(string $name = self::V3_5, array $options = [])
39+
public function __construct(string $name = self::V3, array $options = [])
4040
{
4141
parent::__construct($name, [Capability::INPUT_MULTIPLE], $options);
4242
}

0 commit comments

Comments
 (0)