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

Commit 973077e

Browse files
committed
Use bootAddon() instead
1 parent 12c2e01 commit 973077e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ class ServiceProvider extends AddonServiceProvider
1313
'Jonassiewertsen\Livewire\Tags\Livewire',
1414
];
1515

16-
public function boot(): void
16+
public function bootAddon(): void
1717
{
18-
parent::boot();
19-
2018
$this->mergeConfigFrom(__DIR__.'/../config/config.php', 'statamic-livewire');
2119

2220
if ($this->app->runningInConsole()) {

0 commit comments

Comments
 (0)