We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9183ef6 commit aca4df4Copy full SHA for aca4df4
src/Commands/StaticClearCommand.php
@@ -15,7 +15,7 @@ class StaticClearCommand extends Command
15
16
public $description = 'Clear static cached files';
17
18
- public function __construct(protected Repository $config, protected Static $static)
+ public function __construct(protected Repository $config, protected StaticCache $static)
19
{
20
parent::__construct();
21
}
0 commit comments