Skip to content

Commit a589fb1

Browse files
committed
removed slash for devPath
1 parent 486b080 commit a589fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/Helpers/PackageDetail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function rootNamespace()
4343

4444
public function devPath()
4545
{
46-
return (app()->environment() === 'development') ? '/package/' . $this->getPackageName() . '' : '/';
46+
return (app()->environment() === 'development') ? '/package/' . $this->getPackageName() . '/' : '';
4747
}
4848

4949
public function getPath($name)

0 commit comments

Comments
 (0)