Skip to content

Commit 2b62fb1

Browse files
author
pmaxs
committed
symfony 7 compatibility
1 parent a387cf3 commit 2b62fb1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/PmaxsPath2queryBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class PmaxsPath2queryBundle extends Bundle
1111
{
12-
public function build(ContainerBuilder $container)
12+
public function build(ContainerBuilder $container): void
1313
{
1414
parent::build($container);
1515

src/Resources/config/services.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ services:
22
pmaxs_path2query.router:
33
class: Pmaxs\Path2queryBundle\Router\Path2QueryRouter
44
parent: router.default
5+
arguments:
6+
$container: "@service_container"
57
public: false
68

79
pmaxs_path2query.listener.path2query:

0 commit comments

Comments
 (0)