Skip to content

Commit

Permalink
Note on backwards compatibility for future us.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Dec 3, 2024
1 parent a7ae78f commit 599f70e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/StarterKits/InstallableModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ protected function installableFilesPath(?string $path = null): string
{
$package = $this->installer->package();

// Scope to new `export` folder if it exists, otherwise we'll
// look in starter kit root for backwards compatibility
$scope = $this->files->exists(base_path("vendor/{$package}/export"))
? 'export'
: null;
Expand Down

0 comments on commit 599f70e

Please sign in to comment.