Skip to content

Commit

Permalink
Update StaticBuildCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk authored Feb 26, 2025
1 parent 9b8205d commit 9c9db86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/StaticBuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class StaticBuildCommand extends Command

protected Repository $config;

protected Static $static;
protected StaticCache $static;

public function __construct(Repository $config, StaticCache $static)
{
Expand Down

0 comments on commit 9c9db86

Please sign in to comment.