Created
August 25, 2021 22:35
-
-
Save erikfig/80434c0c9a2fa4e5861a836b2c9b386c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protected function webRoutes() | |
{ | |
if (!$this->app->routesAreCached()) { | |
Route::namespace('\ErikFig\Feature\products\Http\Controllers') | |
->middleware(['web']) | |
->group(__DIR__ . '/../../routes/web.php'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment