Skip to content

Commit 3a550a1

Browse files
committed
formatting
1 parent 3f1facd commit 3a550a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/RouteCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ protected function methodNotAllowed(array $others, $method)
256256
throw new MethodNotAllowedHttpException(
257257
$others,
258258
sprintf(
259-
'Method %s is not allowed. Allowed methods: %s.',
259+
'The %s method is not supported for this route. Supported methods: %s.',
260260
$method,
261261
implode(', ', $others)
262262
)

0 commit comments

Comments
 (0)