Skip to content

Commit aa6ebd3

Browse files
Update README.md with the correct tag for custom field config
1 parent 8c17872 commit aa6ebd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ $survey->customFields()->get(); // Returned in ascending order.
275275

276276
To publish the configuration file, run the following command:
277277
```bash
278-
php artisan vendor:publish --provider="Givebutter\LaravelCustomFields\LaravelCustomFieldsServiceProvider" --tag="config"
278+
php artisan vendor:publish --provider="Givebutter\LaravelCustomFields\LaravelCustomFieldsServiceProvider" --tag="custom-fields-config"
279279
```
280280

281281
The configuration file should now be published in `config/custom-fields.php`. The available options and their usage are explained inside the published file.

0 commit comments

Comments
 (0)