Skip to content

Commit 5c1e89d

Browse files
committed
Add missing docblock.
Signed-off-by: Jason Lewis <[email protected]>
1 parent 05c4aa3 commit 5c1e89d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Routing/UrlGenerator.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
class UrlGenerator extends IlluminateUrlGenerator
99
{
10+
/**
11+
* Array of route collections.
12+
*
13+
* @var array
14+
*/
1015
protected $collections;
1116

1217
/**

0 commit comments

Comments
 (0)