From 9c9db86e26ee2a1573b6bf46ec4bcd91689467fd Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Wed, 26 Feb 2025 22:42:27 +0100 Subject: [PATCH] Update StaticBuildCommand.php --- src/Commands/StaticBuildCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/StaticBuildCommand.php b/src/Commands/StaticBuildCommand.php index 3e8122a..8f72a4c 100644 --- a/src/Commands/StaticBuildCommand.php +++ b/src/Commands/StaticBuildCommand.php @@ -21,7 +21,7 @@ class StaticBuildCommand extends Command protected Repository $config; - protected Static $static; + protected StaticCache $static; public function __construct(Repository $config, StaticCache $static) {