Skip to content

Commit 9c9db86

Browse files
authored
Update StaticBuildCommand.php
1 parent 9b8205d commit 9c9db86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/StaticBuildCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class StaticBuildCommand extends Command
2121

2222
protected Repository $config;
2323

24-
protected Static $static;
24+
protected StaticCache $static;
2525

2626
public function __construct(Repository $config, StaticCache $static)
2727
{

0 commit comments

Comments
 (0)