Skip to content

Commit 65d81f4

Browse files
committed
Rename method
1 parent e8201a9 commit 65d81f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ class ServiceProvider extends AddonServiceProvider
3434
public function bootAddon()
3535
{
3636
$this
37-
->bootModelsConfig()
37+
->bootFieldModels()
3838
->bootBladeDirectives()
3939
->bootValidators()
4040
->bootLivewire()
4141
->bootSelectableFieldtypes()
4242
->bootFormConfigFields();
4343
}
4444

45-
protected function bootModelsConfig(): self
45+
protected function bootFieldModels(): self
4646
{
4747
$defaultModels = data_get(require(__DIR__.'/../config/livewire-forms.php'), 'models');
4848

0 commit comments

Comments
 (0)