Skip to content

Commit

Permalink
Fix Sf Extension call renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Oct 26, 2015
1 parent 02caa2c commit f2906ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
*/
class EzMigrationBundleExtension extends Extension
class EzMigrationExtension extends Extension
{
/**
* {@inheritDoc}
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,7 @@ The `registerBundles` method should look similar to:
public function registerBundles()
{
$bundles = array(
new FrameworkBundle(),
new SecurityBundle(),
new TwigBundle(),
new MonologBundle(),
new SwiftmailerBundle(),
new AsseticBundle(),
new TedivmStashBundle(),
new EzPublishCoreBundle(),
new EzPublishLegacyBundle(),
new EzPublishRestBundle(),
...
new Kaliop\eZMigrationBundle\EzMigrationBundle()
);
}
Expand Down

0 comments on commit f2906ba

Please sign in to comment.