Skip to content

Commit f24a73a

Browse files
committed
bug #400 [Platform] Fix minor (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Platform] Fix minor | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | Follows #359 | License | MIT Commits ------- d8910a6 [Platform] Fix minor
2 parents 5d708ca + d8910a6 commit f24a73a

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)