Skip to content

Commit 9c28813

Browse files
committed
Another one slipped through the cracks.
Signed-off-by: Jason Lewis <[email protected]>
1 parent bdc6a7d commit 9c28813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Command/Routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ protected function getRoutes()
112112
if ($this->option('short')) {
113113
$this->headers = ['Method', 'URI', 'Name', 'Version(s)'];
114114

115-
$routes = array_map(function($item) {
115+
$routes = array_map(function ($item) {
116116
return array_only($item, ['method', 'uri', 'name', 'versions']);
117117
}, $routes);
118118
}

0 commit comments

Comments
 (0)