Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 1ddde74

Browse files
committed
missed additional routing file in php and xml configuration
1 parent 3f8dd20 commit 1ddde74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bundles/media/introduction.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Installation
7474
7575
<import resource="@CmfMediaBundle/Resources/config/routing/file.xml" />
7676
<import resource="@CmfMediaBundle/Resources/config/routing/image.xml" />
77+
<import resource="@LiipImagineBundle/Resources/config/routing.xml" />
7778
</routes>
7879
7980
.. code-block:: php
@@ -85,6 +86,9 @@ Installation
8586
$collection->addCollection(
8687
$loader->import("@CmfMediaBundle/Resources/config/routing/image.xml")
8788
);
89+
$collection->addCollection(
90+
$loader->import("@LiipImagineBundle/Resources/config/routing.xml")
91+
);
8892
8993
return $collection;
9094

0 commit comments

Comments
 (0)