Skip to content

Commit 312de1a

Browse files
committed
Fixing Lumen error on getIncludePath()
1 parent 5e1c083 commit 312de1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Command/Docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ protected function getDocName()
129129
*/
130130
protected function getIncludePath()
131131
{
132-
return rtrim($this->laravel['path.base'].'/'.$this->option('include-path'), '/');
132+
return base_path($this->option('include-path'));
133133
}
134134

135135
/**

0 commit comments

Comments
 (0)