Skip to content

Commit 9b8205d

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

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
@@ -23,7 +23,7 @@ class StaticBuildCommand extends Command
2323

2424
protected Static $static;
2525

26-
public function __construct(Repository $config, Static $static)
26+
public function __construct(Repository $config, StaticCache $static)
2727
{
2828
parent::__construct();
2929

0 commit comments

Comments
 (0)