We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8fc31 commit 6280699Copy full SHA for 6280699
src/InstantFieldsServiceProvider.php
@@ -20,7 +20,7 @@ public function boot()
20
$this->loadViewsFrom(realpath(__DIR__ . '/../resources/views'), 'webfactor');
21
22
// publish fields
23
- $this->publishes([__DIR__ . '/../resources/views/fields' => resource_path('views/vendor/backpack/crud/fields')], 'fields');
+ $this->publishes([__DIR__ . '/../resources/views/fields' => resource_path('views/vendor/backpack/crud/fields')], 'instantfields');
24
}
25
26
/**
0 commit comments