We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d5770 commit c71a102Copy full SHA for c71a102
src/Install/CodeEnvironment/CodeEnvironment.php
@@ -93,7 +93,7 @@ public function mcpInstallationStrategy(): McpInstallationStrategy
93
return McpInstallationStrategy::FILE;
94
}
95
96
- final public static function fromName(string $name): ?static
+ public static function fromName(string $name): ?static
97
{
98
$detectionFactory = app(DetectionStrategyFactory::class);
99
0 commit comments