Skip to content

Commit 01c7d3e

Browse files
Merge pull request #40 from xx1196/2.x
protected static ?string => protected static string|null|\BackedEnum
2 parents 77b1f2a + 0704a03 commit 01c7d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/kanban-board-page.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Relaticle\Flowforge\Column;
1010

1111
class {{ class }} extends BoardPage
1212
{
13-
protected static ?string $navigationIcon = 'heroicon-o-view-columns';
13+
protected static string|null|\BackedEnum $navigationIcon = 'heroicon-o-view-columns';
1414
protected static ?string $navigationLabel = '{{ navigationLabel }}';
1515
protected static ?string $title = '{{ title }}';
1616

0 commit comments

Comments
 (0)