Skip to content

Commit b47df58

Browse files
author
Andrey Helldar
authored
Update Route.php
1 parent 9a75c33 commit b47df58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Models/Route.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ public function getExceptions(): Collection|array
168168
return Annotation::exceptions($this->getAction());
169169
}
170170

171-
public function getResponse(): ?array
171+
public function getResponse()
172+
172173
{
173174
return Annotation::response($this->getAction());
174175
}

0 commit comments

Comments
 (0)