Skip to content

Commit c589bd8

Browse files
committed
Route namespace removal to avoid route errors
1 parent 847d445 commit c589bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LarapushServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function loadRemoteRoutes()
5757
// Load Larapush routes using the api middleware.
5858
Route::as('larapush.')
5959
->middleware('same-token', 'client')
60-
->namespace('Brunocfalcao\Larapush\Http\Controllers')
60+
//->namespace('Brunocfalcao\Larapush\Http\Controllers')
6161
->prefix(app('config')->get('larapush.remote.suffix'))
6262
->group(__DIR__.'/../routes/api.php');
6363

0 commit comments

Comments
 (0)