Skip to content

Commit 3421c18

Browse files
committed
cleanup: use final classes
1 parent 04c1798 commit 3421c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Admin/BlogController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*/
4040
#[Route('/admin/post')]
4141
#[IsGranted(User::ROLE_ADMIN)]
42-
class BlogController extends AbstractController
42+
final class BlogController extends AbstractController
4343
{
4444
/**
4545
* Lists all Post entities.

0 commit comments

Comments
 (0)