Skip to content

Commit 20cdf7f

Browse files
committed
Fixing code formatting - missing line
1 parent d637073 commit 20cdf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* @Route("<?= $route_path ?>")
1717
*/
18-
class <?= $class_name ?> extends <?= $parent_class_name ?>
18+
class <?= $class_name ?> extends <?= $parent_class_name; ?><?= "\n" ?>
1919
{
2020
/**
2121
* @Route("/", name="<?= $route_name ?>_index", methods="GET")

0 commit comments

Comments
 (0)