We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a24202 commit 785373dCopy full SHA for 785373d
Routing/RestRouteCollection.php
@@ -63,7 +63,7 @@ public function setDefaultFormat($format)
63
{
64
foreach (parent::all() as $route) {
65
// Set default format only if not set already (could be defined in annotation)
66
- if(!$route->getDefault('_format')) {
+ if (!$route->getDefault('_format')) {
67
$route->setDefault('_format', $format);
68
}
69
0 commit comments