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 5d708ca commit d8910a6Copy full SHA for d8910a6
src/platform/src/Bridge/Voyage/Voyage.php
@@ -36,7 +36,7 @@ class Voyage extends Model
36
/**
37
* @param array{dimensions?: int, input_type?: self::INPUT_TYPE_*, truncation?: bool} $options
38
*/
39
- public function __construct(string $name = self::V3_5, array $options = [])
+ public function __construct(string $name = self::V3, array $options = [])
40
{
41
parent::__construct($name, [Capability::INPUT_MULTIPLE], $options);
42
}
0 commit comments