Skip to content

Commit 00f753b

Browse files
authored
fix missing new line
1 parent ed92324 commit 00f753b

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
@@ -111,6 +111,7 @@ public function edit(Request $request, <?= $entity_class_name ?> $<?= $entity_va
111111
'form' => $form->createView(),
112112
]);
113113
}
114+
114115
<?php if ($use_attributes) { ?>
115116
#[Route('/{<?= $entity_identifier ?>}', name: '<?= $route_name ?>_delete', methods: ['DELETE'])]
116117
<?php } else { ?>

0 commit comments

Comments
 (0)