Skip to content

Commit 2ec1b60

Browse files
committed
add missing property
1 parent ded9365 commit 2ec1b60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Collection.php

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
*/
1717
class Collection
1818
{
19+
/**
20+
* The menu builder instance.
21+
*
22+
* @var Builder
23+
*/
24+
protected $builder;
25+
1926
/**
2027
* The menu collection's attributes.
2128
*

0 commit comments

Comments
 (0)