Skip to content

Commit 3af28f4

Browse files
authored
fix(crumb): Fix missing property assignment (Fixes #20) (#21)
1 parent d040659 commit 3af28f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Crumb.php

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
class Crumb
99
{
10+
/**
11+
* The breadcrumb configuration.
12+
*
13+
* @var array
14+
*/
15+
protected $config = [];
16+
1017
/**
1118
* The breadcrumb items.
1219
*

0 commit comments

Comments
 (0)