diff --git a/src/Thelia/Composer/TheliaInstallerPlugin.php b/src/Thelia/Composer/TheliaInstallerPlugin.php index 25227f3..44254e0 100644 --- a/src/Thelia/Composer/TheliaInstallerPlugin.php +++ b/src/Thelia/Composer/TheliaInstallerPlugin.php @@ -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); } } \ No newline at end of file