Skip to content

Commit

Permalink
Fixed symfony revert
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbesset committed Apr 4, 2011
1 parent 8c49408 commit 39ffe5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/routing/packing_minify.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">

<route id="_pm_get" pattern="/{file}.{_format}">
<default key="_controller">BeSimplePackingMinify:PackingMinify:get</default>
<default key="_controller">BeSimplePackingMinifyBundle:PackingMinify:get</default>
<requirement key="_format">css|js</requirement>
</route>
</routes>
</routes>

0 comments on commit 39ffe5d

Please sign in to comment.