Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FrameworkBundle] tweaked init:bundle skeleton
  • Loading branch information
fabpot committed Feb 21, 2011
1 parent 7a614cb commit 7c9528b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Expand Up @@ -8,7 +8,5 @@
$collection->add('homepage', new Route('/', array(
'_controller' => '{{ bundle }}:Default:index',
)));
$collection->import("{{ bundle }}/Controller", '/prefix');
*/
return $collection;
Expand Up @@ -8,7 +8,5 @@
<route id="homepage" pattern="/">
<default key="_controller">{{ bundle }}:Default:denied</default>
</route>
<import resource="@{{ bundle }}/Resources/config/routing.xml" prefix="/prefix" />
//-->
</routes>
@@ -1,7 +1,3 @@
#homepage:
# pattern: /
# defaults: { _controller: {{ bundle }}:Default:index }
#
#{{ bundle }}:
# resource: "@{{ bundle }}/Resources/config/routing.yml"
# prefix: /prefix"

0 comments on commit 7c9528b

Please sign in to comment.