Skip to content

Commit 55bebc1

Browse files
committed
fix: Remover linha em branco desnecessária na função getCircuitName
1 parent 9375ff6 commit 55bebc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/CircuitBreaker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private function getCircuitName(Request $request): string
121121
if ($path === '') {
122122
return 'default';
123123
}
124-
124+
125125
$parts = explode('/', $path);
126126

127127
// Group by first two segments (e.g., /api/users/* becomes api_users)

0 commit comments

Comments
 (0)