diff --git a/src/BlazeServiceProvider.php b/src/BlazeServiceProvider.php index b0a36b5..584f077 100644 --- a/src/BlazeServiceProvider.php +++ b/src/BlazeServiceProvider.php @@ -17,7 +17,6 @@ public function register(): void { $this->registerBlazeManager(); $this->registerBlazeDirectiveFallbacks(); - $this->registerBladeMacros(); $this->interceptBladeCompilation(); $this->interceptViewCacheInvalidation(); } @@ -104,6 +103,6 @@ protected function interceptViewCacheInvalidation(): void public function boot(): void { - // Bootstrap services + $this->registerBladeMacros(); } }