Skip to content

Commit 950b37f

Browse files
authored
Merge pull request dingo#1210 from lucasmichot/feature/master/missing-propery
Add missing property.
2 parents 37ccb6f + b3a78a8 commit 950b37f

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)