diff --git a/main/inc/services.php b/main/inc/services.php index 2588cb12b5..208e0459de 100644 --- a/main/inc/services.php +++ b/main/inc/services.php @@ -485,10 +485,6 @@ class ChamiloServiceProvider implements ServiceProviderInterface $db = new Database($app['db'], $app['dbs']); return $db; }); - - $app['installer'] = $app->share(function () use ($app) { - return new ChamiloLMS\Component\Installer\Installer(); - }); } public function boot(Application $app) diff --git a/src/ChamiloLMS/Component/Installer/Installer.php b/src/ChamiloLMS/Component/Installer/Installer.php deleted file mode 100644 index 6eff4e5199..0000000000 --- a/src/ChamiloLMS/Component/Installer/Installer.php +++ /dev/null @@ -1,48 +0,0 @@ -