Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit a7e8b00

Browse files
committed
Update ServiceProvider.php
1 parent a3aca15 commit a7e8b00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ public function register()
5353
// The Splade file has not been published, merge the default SEO into the config.
5454
$this->mergeConfigFrom($defaultSeoPath, 'splade.seo');
5555
}
56+
57+
$this->registerCustomBladeCompiler();
5658
}
5759

5860
/**
@@ -76,7 +78,6 @@ public function boot()
7678

7779
$this->loadViewsFrom(__DIR__ . '/../resources/views', 'splade');
7880

79-
$this->registerCustomBladeCompiler();
8081
$this->registerBindingsInContainer();
8182

8283
static::registerTransitionAnimations(

0 commit comments

Comments
 (0)