Skip to content

Commit

Permalink
Merge pull request #1781 from kpodemski/fix-toc
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski committed Feb 23, 2024
2 parents e6593bb + f95a2a2 commit 6b0e1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/concepts/services/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ If however no interface was used here, you probably need to `extend` the previou

As you can see, interfaces lay the ground for easy extension and customization, that is why we use them more and more in the Core codebase and we recommend you use them as well !

#### Advanced services parameters (_instanceof or interface binding, manual tags) {{< minver v=8.1 >}}
#### Advanced services parameters (_instanceof or interface binding, manual tags)

Since {{< minver v=8.1 >}}, [modules autoloaders and service configurations loading are now registered before compiler passes](https://github.com/PrestaShop/PrestaShop/pull/30588). That means that you can now use native Symfony service configuration features in your modules.

Expand Down

0 comments on commit 6b0e1af

Please sign in to comment.