Skip to content

Commit

Permalink
Update ConfigurationFactory.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jul 17, 2024
1 parent ececd39 commit 4402821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Factory/ConfigurationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __invoke(ContainerInterface $container): Configuration
{
$workspace = $container->get(WorkspaceInterface::class);

$configFile = $workspace->toString() . '/grm.php';
$configFile = $workspace->toString() . '/arm.php';

if (! file_exists($configFile)) {
throw new RuntimeException(sprintf('Configuration file "%s" does not exist.', $configFile));
Expand Down

0 comments on commit 4402821

Please sign in to comment.