Skip to content

Commit

Permalink
Remove guard from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Dec 17, 2024
1 parent 71a90db commit 495de5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Providers/AddonServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,6 @@ protected function bootViews()

public function registerScript(string $path)
{
if (! $this->shouldBootRootItems()) {
return;
}

$name = $this->getAddon()->packageName();
$version = $this->getAddon()->version();
$filename = pathinfo($path, PATHINFO_FILENAME);
Expand Down

0 comments on commit 495de5d

Please sign in to comment.