We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8201a9 commit 65d81f4Copy full SHA for 65d81f4
src/ServiceProvider.php
@@ -34,15 +34,15 @@ class ServiceProvider extends AddonServiceProvider
34
public function bootAddon()
35
{
36
$this
37
- ->bootModelsConfig()
+ ->bootFieldModels()
38
->bootBladeDirectives()
39
->bootValidators()
40
->bootLivewire()
41
->bootSelectableFieldtypes()
42
->bootFormConfigFields();
43
}
44
45
- protected function bootModelsConfig(): self
+ protected function bootFieldModels(): self
46
47
$defaultModels = data_get(require(__DIR__.'/../config/livewire-forms.php'), 'models');
48
0 commit comments