Skip to content

Commit

Permalink
Extract NewsBundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Mar 24, 2015
1 parent aaf1fe3 commit aefd822
Show file tree
Hide file tree
Showing 30 changed files with 60 additions and 1,115 deletions.
1 change: 0 additions & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public function registerBundles()
new Demo\Bundle\DemoBundle(),
new Clastic\FrontBundle\ClasticFrontBundle(),
new Clastic\MediaBundle\ClasticMediaBundle(),
new Clastic\NewsBundle\ClasticNewsBundle(),
new Clastic\TaxonomyBundle\ClasticTaxonomyBundle(),
new Clastic\BlockBundle\ClasticBlockBundle(),
);
Expand Down
3 changes: 0 additions & 3 deletions app/config/routing_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ clastic_menu:
clastic_media:
resource: "@ClasticMediaBundle/Resources/config/backoffice_routing.xml"

clastic_news:
resource: "@ClasticNewsBundle/Resources/config/backoffice_routing.xml"

clastic_taxonomy:
resource: "@ClasticTaxonomyBundle/Resources/config/backoffice_routing.xml"

Expand Down
121 changes: 60 additions & 61 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/Clastic/NewsBundle/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions src/Clastic/NewsBundle/ClasticNewsBundle.php

This file was deleted.

0 comments on commit aefd822

Please sign in to comment.