Skip to content

Commit

Permalink
fix for 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Feb 17, 2022
1 parent 635ae50 commit b4f46da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/Providers/RoutingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ public function register()
$group->group(EVO_CORE_PATH . 'custom/routes.php');
}

$group->group(function() {
Route::fallbackToParser();
});
Route::fallbackToParser();
}

if ($this->app->isBackend()) {
Expand Down

0 comments on commit b4f46da

Please sign in to comment.