We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca4df4 commit 9b8205dCopy full SHA for 9b8205d
src/Commands/StaticBuildCommand.php
@@ -23,7 +23,7 @@ class StaticBuildCommand extends Command
23
24
protected Static $static;
25
26
- public function __construct(Repository $config, Static $static)
+ public function __construct(Repository $config, StaticCache $static)
27
{
28
parent::__construct();
29
0 commit comments