Skip to content

Commit c71a102

Browse files
committed
remove final
1 parent d9d5770 commit c71a102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Install/CodeEnvironment/CodeEnvironment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function mcpInstallationStrategy(): McpInstallationStrategy
9393
return McpInstallationStrategy::FILE;
9494
}
9595

96-
final public static function fromName(string $name): ?static
96+
public static function fromName(string $name): ?static
9797
{
9898
$detectionFactory = app(DetectionStrategyFactory::class);
9999

0 commit comments

Comments
 (0)