some cleanup of routes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user