Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
🐞 Redundant namespace removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabrowne85 committed Jul 9, 2021
1 parent e6b11db commit d05cbba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ protected function registerRoutes()
if (Core::$registersRoutes) {
Route::group([
'prefix' => config('pwweb.core.path'),
'namespace' => 'Pwweb\Core\Http\Controllers',
'as' => 'pwweb.core.',
], function () {
$this->loadRoutesFrom(__DIR__.'/resources/routes/web.php');
});
Expand Down

0 comments on commit d05cbba

Please sign in to comment.