Skip to content

Commit b3a78a8

Browse files
committed
Add missing property.
1 parent 242411e commit b3a78a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Console/Command/Docs.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ class Docs extends Command
1919
*/
2020
protected $router;
2121

22+
/**
23+
* The blueprint instance.
24+
*
25+
* @var \Dingo\Blueprint\Blueprint
26+
*/
27+
protected $blueprint;
28+
2229
/**
2330
* Blueprint instance.
2431
*

0 commit comments

Comments
 (0)