Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
giauphan committed Mar 19, 2024
1 parent 73e4a45 commit 2568827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/GenerateDocumentationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ protected function generateLandingContent($stub)
*/
protected function getStub($stub)
{
return $this->filesystem->get(base_path('/vendor/binarytorch/larecipe/stubs/'.$stub.'.stub'));
return $this->filesystem->get(base_path('/vendor/giauphan/larecipe/stubs/'.$stub.'.stub'));
}
}

0 comments on commit 2568827

Please sign in to comment.