Skip to content

Commit 70df5ba

Browse files
committed
Заголовок X-Symfony-route для роутов Symfony
1 parent 265fe87 commit 70df5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/Router/InitRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function router(): void
201201

202202
// Handle if no route match found
203203
if ($response->getStatusCode() === 404) {
204-
// If no route found do noting and let wp continue.
204+
// If no route found do nothing and let wp continue.
205205
return;
206206
}
207207

0 commit comments

Comments
 (0)