Skip to content

Commit

Permalink
fix: Remove conditional registration of etched class
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Jun 18, 2021
1 parent 70ba21d commit 2bfdbbd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/EtchedServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ public function boot(): void
$this->publishAssets();
}

if (config('etched', false)) {
$this->registerViews();
$this->registerBladeDirectives();
}
$this->registerViews();
$this->registerBladeDirectives();
}

private function publishAssets(): void
Expand Down

0 comments on commit 2bfdbbd

Please sign in to comment.