Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 1, 2024
1 parent 7ec1000 commit 40a900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Task/Providers/TaskServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private function registerRoutes(): void
{
Route::middleware('api')
->prefix('api/'.config('app.version'))
->group(__DIR__ . '/../routes/api.php');
->group(__DIR__.'/../routes/api.php');
}

/**
Expand Down

0 comments on commit 40a900f

Please sign in to comment.