Skip to content

Commit

Permalink
Fix path in rpevious config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander De la Marche committed May 20, 2022
1 parent 3e07866 commit 2f90f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Skeleton/PostCreateProject.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ private static function reconfigureApplication(Event $event): void
$offset,
"\n" . implode("\n", $insert)
);
file_put_contents($projectDir . '/config/routes/annotations.yaml', $content);
file_put_contents($projectDir . '/config/routes.yaml', $content);

$io->notice('→ Reconfigure framework');
$content = file_get_contents($projectDir . '/config/packages/framework.yaml');
Expand Down

0 comments on commit 2f90f47

Please sign in to comment.