Skip to content

Commit 00a2998

Browse files
committed
Update LaravelHelperServiceProvider.php
1 parent e50424f commit 00a2998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelHelperServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected function registerRoutes(): void
2121

2222
Route::group([
2323
'prefix' => '/api',
24-
'namespace' => 'Laravel\Horizon\Http\Controllers',
24+
'namespace' => 'CodeCreeper\LaravelHelper\Http\Controllers',
2525
], function () {
2626
$this->loadRoutesFrom(__DIR__.'/../routes/api.php');
2727
});

0 commit comments

Comments
 (0)