Skip to content

Commit d8b8b51

Browse files
committed
Fix build
1 parent e65034b commit d8b8b51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/encore/advanced-config.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ To inject this service into your class, use the ``bind`` option:
188188
bind:
189189
Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface $entryPointLookupEmail: '@webpack_encore.entrypoint_lookup[email]'
190190
191-
Now you can inject your service into your class:
192-
193-
.. code-block:: php
191+
Now you can inject your service into your class::
194192

195193
public function __construct(EntrypointLookupInterface $entryPointLookupEmail) {}
196194

0 commit comments

Comments
 (0)