Skip to content

Commit e827b51

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Fix base.html.twig path
2 parents ec7a557 + 423cfa8 commit e827b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/simple-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ your layout. In Symfony, use the ``asset()`` helper:
8282

8383
.. code-block:: twig
8484
85-
{# templates/base.html.twig #}
85+
{# app/Resources/views/base.html.twig #}
8686
<!DOCTYPE html>
8787
<html>
8888
<head>

0 commit comments

Comments
 (0)