Skip to content

Commit

Permalink
feat(): Remove route registration, force a release
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed Jul 26, 2021
1 parent 56278a7 commit 16b5cc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LaravelServerAnalyticsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public function boot()
// $this->loadTranslationsFrom(__DIR__.'/../resources/lang', 'laravel-server-analytics');
// $this->loadViewsFrom(__DIR__.'/../resources/views', 'laravel-server-analytics');
$this->loadMigrationsFrom(__DIR__ . '/database/migrations');
$this->loadRoutesFrom(__DIR__ . '/Http/routes.php');

if ($this->app->runningInConsole()) {
$this->publishes([
Expand Down

0 comments on commit 16b5cc8

Please sign in to comment.