Skip to content

Commit

Permalink
Merge branch '3.x' of github.com:lara-zeus/matrix-choice into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Dec 6, 2023
2 parents 8480c0d + 1f23ddb commit 13c4d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Matrix.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class Matrix extends CheckboxList
{
protected string $view = 'zeus-matrix-choice::components.matrix-choice';

protected array|Closure $columnData = [];
protected array | Closure $columnData = [];

protected array|Closure $rowData = [];
protected array | Closure $rowData = [];

protected string $redOrBlue = 'radio';

Expand Down

0 comments on commit 13c4d07

Please sign in to comment.