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 6762544 commit 723f6adCopy full SHA for 723f6ad
src/LaravelProviderFactory.php
@@ -26,7 +26,7 @@ class LaravelProviderFactory
26
*/
27
public static function createLaravelConfigFromEnv(callable $envFunction): array
28
{
29
- $orchType = $envFunction(self::ORCH_TYPE);
+ $orchType = $envFunction(self::ORCH_TYPE) ?: "local";
30
31
$validation = match ($orchType) {
32
"dashboard", "orchestration" => [
0 commit comments