Skip to content

Commit a075753

Browse files
fix return type (#41457)
1 parent d13c348 commit a075753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ public function excludedMiddleware()
11001100
/**
11011101
* Indicate that the route should enforce scoping of multiple implicit Eloquent bindings.
11021102
*
1103-
* @return bool
1103+
* @return $this
11041104
*/
11051105
public function scopeBindings()
11061106
{

0 commit comments

Comments
 (0)