some cleanup of routes

This commit is contained in:
Nabeel Shahzad
2017-06-21 09:22:59 -05:00
parent 807316fd0e
commit 8dd29476c0
6 changed files with 28 additions and 52 deletions

View File

@@ -33,9 +33,5 @@ class AppServiceProvider extends ServiceProvider
$this->app->bind('App\Services\AircraftFareService', function($app) {
return new \App\Services\AircraftFareService();
});
if (in_array($this->app->environment(), ['local', 'dev', 'unittest'])) {
$this->app->register(\Bpocallaghan\Generators\GeneratorsServiceProvider::class);
}
}
}