Skip to content

Commit f69aee8

Browse files
authored
Update RouteInfo.php
1 parent 887f28b commit f69aee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/RouteInfo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private function getMethods()
7373
{
7474
// Laravel <5.4
7575
if (method_exists($this->route, 'getMethods')) {
76-
$this->route->getMethods();
76+
return $this->route->getMethods();
7777
}
7878
// Laravel 5.4+
7979
return $this->route->methods();

0 commit comments

Comments
 (0)