Skip to content

Commit 46ba359

Browse files
committed
Update to twig/cssinliner-extra
1 parent 501f371 commit 46ba359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/mime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ extension:
103103

104104
.. code-block:: terminal
105105
106-
$ composer require twig/cssinliner-extension
106+
$ composer require twig/cssinliner-extra
107107
108108
Now, enable the extension::
109109

110110
// ...
111-
use Twig\CssInliner\CssInlinerExtension;
111+
use Twig\Extra\CssInliner\CssInlinerExtension;
112112

113113
$loader = new FilesystemLoader(__DIR__.'/templates');
114114
$twig = new Environment($loader);

0 commit comments

Comments
 (0)