Skip to content

Commit aca4df4

Browse files
authored
Update StaticClearCommand.php
1 parent 9183ef6 commit aca4df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/StaticClearCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class StaticClearCommand extends Command
1515

1616
public $description = 'Clear static cached files';
1717

18-
public function __construct(protected Repository $config, protected Static $static)
18+
public function __construct(protected Repository $config, protected StaticCache $static)
1919
{
2020
parent::__construct();
2121
}

0 commit comments

Comments
 (0)