Skip to content

Commit

Permalink
Fix wrong handler
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Jun 12, 2024
1 parent 873ffa2 commit b0b7586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CacheableViewLoadersServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CacheableViewLoadersServiceProvider extends ServiceProvider
/**
* {@inheritDoc}
*/
public function boot(): void
public function register(): void
{
parent::register();
$this->registerMacros();
Expand Down

0 comments on commit b0b7586

Please sign in to comment.