Remove now unused libraries

This commit is contained in:
DariusIII
2019-02-27 08:55:58 +01:00
parent a3400c6a5e
commit 82d3f5a3cd
5 changed files with 4 additions and 176 deletions
+1 -4
View File
@@ -24,9 +24,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
if ($this->app->environment() !== 'production') {
$this->app->register(\Way\Generators\GeneratorsServiceProvider::class);
$this->app->register(\Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class);
}
//
}
}