Skip to content

Commit

Permalink
Added constant to Chess\Variant\VariantType
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Feb 3, 2025
1 parent e0eadfa commit 674dfe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Variant/VariantType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
class VariantType
{
const CAPABLANCA = 'capablanca';

const CAPABLANCA_FISCHER = 'capablanca-fischer';

const CHESS_960 = '960';

Expand Down

0 comments on commit 674dfe9

Please sign in to comment.