Skip to content

Commit 6280699

Browse files
committed
[EH] rename group name
1 parent 2a8fc31 commit 6280699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InstantFieldsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function boot()
2020
$this->loadViewsFrom(realpath(__DIR__ . '/../resources/views'), 'webfactor');
2121

2222
// publish fields
23-
$this->publishes([__DIR__ . '/../resources/views/fields' => resource_path('views/vendor/backpack/crud/fields')], 'fields');
23+
$this->publishes([__DIR__ . '/../resources/views/fields' => resource_path('views/vendor/backpack/crud/fields')], 'instantfields');
2424
}
2525

2626
/**

0 commit comments

Comments
 (0)