Skip to content

Commit

Permalink
fix: Remove condition for registering the etched service on the prese…
Browse files Browse the repository at this point in the history
…nce of config
  • Loading branch information
ollieread committed Jun 18, 2021
1 parent 2bfdbbd commit bf00d2e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/EtchedServiceProvider.php
Expand Up @@ -30,10 +30,8 @@ private function publishAssets(): void

public function register(): void
{
if (config('etched', false)) {
$this->registerEtchedService();
$this->registerEtchedViewEngine();
}
$this->registerEtchedService();
$this->registerEtchedViewEngine();
}

private function registerBladeDirectives(): void
Expand Down

0 comments on commit bf00d2e

Please sign in to comment.