Skip to content

Commit

Permalink
change main class name
Browse files Browse the repository at this point in the history
  • Loading branch information
lunika committed Sep 1, 2014
1 parent 36729de commit 6b3f1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thelia/Composer/TheliaInstallerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TheliaInstallerPlugin implements PluginInterface
{
public function activate(Composer $composer, IOInterface $io)
{
$installer = new TemplateInstaller($io, $composer);
$installer = new TheliaInstaller($io, $composer);
$composer->getInstallationManager()->addInstaller($installer);
}
}

0 comments on commit 6b3f1ae

Please sign in to comment.