Skip to content

Commit

Permalink
symfony 7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaxs committed Mar 19, 2024
1 parent a387cf3 commit 2b62fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/PmaxsPath2queryBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class PmaxsPath2queryBundle extends Bundle
{
public function build(ContainerBuilder $container)
public function build(ContainerBuilder $container): void
{
parent::build($container);

Expand Down
2 changes: 2 additions & 0 deletions src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ services:
pmaxs_path2query.router:
class: Pmaxs\Path2queryBundle\Router\Path2QueryRouter
parent: router.default
arguments:
$container: "@service_container"
public: false

pmaxs_path2query.listener.path2query:
Expand Down

0 comments on commit 2b62fb1

Please sign in to comment.