Skip to content

Commit

Permalink
Specified stringified
Browse files Browse the repository at this point in the history
  • Loading branch information
jplhomer committed Aug 20, 2019
1 parent 7325f30 commit f015a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ composer require optimistdigital/nova-multiselect-field

## Usage

The field is used similarly to Nova's native Select field. The field type in the database should be text-based (ie `string`, `text` or `varchar`), selected values are stored as a JSON array.
The field is used similarly to Nova's native Select field. The field type in the database should be text-based (ie `string`, `text` or `varchar`), selected values are stored as a stringified JSON array.

```php
use OptimistDigital\MultiselectField\Multiselect;
Expand Down

0 comments on commit f015a82

Please sign in to comment.