Skip to content

Commit ed92324

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

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
@@ -87,6 +87,7 @@ public function show(<?= $entity_class_name ?> $<?= $entity_var_singular ?>): Re
8787
'<?= $entity_twig_var_singular ?>' => $<?= $entity_var_singular ?>,
8888
]);
8989
}
90+
9091
<?php if ($use_attributes) { ?>
9192
#[Route('/{<?= $entity_identifier ?>}/edit', name: '<?= $route_name ?>_edit', methods: ['GET', 'POST'])]
9293
<?php } else { ?>

0 commit comments

Comments
 (0)