Skip to content

Commit b6d14ac

Browse files
authored
fix missing new line
1 parent 3795216 commit b6d14ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/skeleton/crud/controller/Controller.tpl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function new(Request $request): Response
7373
'form' => $form->createView(),
7474
]);
7575
}
76+
7677
<?php if ($use_attributes) { ?>
7778
#[Route('/{<?= $entity_identifier ?>}', name: '<?= $route_name ?>_show', methods: ['GET'])]
7879
<?php } else { ?>

0 commit comments

Comments
 (0)