Skip to content

Commit

Permalink
Uppercase env
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed May 25, 2024
1 parent 0790024 commit 0659472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
},

ProcessFactory::class => function (ContainerInterface $c) {
$processFactory = $_ENV['process_factory'] ?? null;
$processFactory = $_ENV['PROCESS_FACTORY'] ?? null;

return match ($processFactory) {
'docker' => new DockerProcessFactory(
Expand Down

0 comments on commit 0659472

Please sign in to comment.