Skip to content

Commit a3e1ea8

Browse files
authored
fixed missing new line
1 parent 00f753b commit a3e1ea8

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
@@ -11,6 +11,7 @@
1111
use Symfony\Component\HttpFoundation\Request;
1212
use Symfony\Component\HttpFoundation\Response;
1313
use Symfony\Component\Routing\Annotation\Route;
14+
1415
<?php if ($use_attributes) { ?>
1516
#[Route('<?= $route_path ?>')]
1617
<?php } else { ?>

0 commit comments

Comments
 (0)