Skip to content

Commit

Permalink
Actually install them in the correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Nov 9, 2024
1 parent 770af0a commit e20ab22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ public function handle()
protected function copyStubs()
{
File::put(base_path("resources/fieldsets/{$this->filename}.yaml"), $this->getStub("/sets/{$this->filename}.yaml.stub"));
File::put(base_path("resources/views/page_builder/_{$this->filename}.antlers.html"), $this->getStub("/sets/{$this->filename}.antlers.html.stub"));
File::put(base_path("resources/views/components/_{$this->filename}.antlers.html"), $this->getStub("/sets/{$this->filename}.antlers.html.stub"));
}
}

0 comments on commit e20ab22

Please sign in to comment.