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 55a6d35 commit 48ee6dfCopy full SHA for 48ee6df
RouteCollection.php
@@ -117,7 +117,7 @@ public function remove($name)
117
* Adds a route collection at the end of the current set by appending all
118
* routes of the added collection.
119
*/
120
- public function addCollection(RouteCollection $collection)
+ public function addCollection(self $collection)
121
{
122
// we need to remove all routes with the same names first because just replacing them
123
// would not place the new route at the end of the merged array
0 commit comments