Skip to content

Commit

Permalink
fix: publishing stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
bensherred committed Nov 19, 2024
1 parent 4a18c7f commit bd503f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/Default/Tasks/PublishStubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function perform(InstallData $data): void
);

$this->filesystem->copyDirectory(
__DIR__ . '/../../../../stubs/default',
__DIR__ . '/../../../../stubs/default/stubs',
base_path('stubs'),
);

Expand Down

0 comments on commit bd503f5

Please sign in to comment.