Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
fix: register blade engines during boot
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian authored Jun 8, 2021
1 parent 6adf7bf commit c53c74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CommonMarkServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class CommonMarkServiceProvider extends ServiceProvider
public function register(): void
{
$this->registerViewFinder();

$this->registerBladeEngines();
}

/**
Expand All @@ -41,6 +39,8 @@ public function boot(): void
{
$this->registerPublishers();

$this->registerBladeEngines();

$this->registerCommonMarkEnvironment();
}

Expand Down

0 comments on commit c53c74b

Please sign in to comment.