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 e3b8cd2 commit 2dceee9Copy full SHA for 2dceee9
src/PHPi/Factory.php
@@ -78,6 +78,7 @@ public static function create(LoopInterface $loop = null)
78
return new Board\ZeroW($loop);
79
case 'a02082':
80
case 'a22082':
81
+ case 'a32082':
82
return new Board\V3\B($loop);
83
}
84
0 commit comments