Skip to content

Commit 53c2e55

Browse files
authored
Merge pull request #36 from jwdeitch/patch-1
update generate() to optionilize includePath
2 parents cb7476b + 5631595 commit 53c2e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blueprint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function registerAnnotationLoader()
8080
*
8181
* @return bool
8282
*/
83-
public function generate(Collection $controllers, $name, $version, $includePath)
83+
public function generate(Collection $controllers, $name, $version, $includePath = null)
8484
{
8585
$this->includePath = $includePath;
8686

0 commit comments

Comments
 (0)