Skip to content

Commit 9883ba5

Browse files
committed
typo
1 parent 230a4e6 commit 9883ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/TabComponent.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ use SolutionForest\TabLayoutPlugin\Components\Tabs\TabLayoutComponent;
77

88
class {{ class }} extends TabLayoutComponent
99
{
10-
protected string ?$component = {{ componentClass }}::class;
10+
protected ?string $component = {{ componentClass }}::class;
1111
}

0 commit comments

Comments
 (0)