Skip to content

Commit

Permalink
fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ptondereau committed May 22, 2017
1 parent 0dac0ae commit edb0781
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/SlackEventsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ public function boot()
$this->app->configure('slackEvents');
}
$this->mergeConfigFrom($source, 'slackEvents');

if (!$this->app->routesAreCached()) {
require __DIR__.'/Http/routes.php';
}
}

/**
Expand Down

0 comments on commit edb0781

Please sign in to comment.