Skip to content

Commit f4cf84b

Browse files
authored
Update README.md
1 parent f852fd1 commit f4cf84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It will not set the new setting until you have either set the fillable fields in
5353
Settings::force()->set(['firm_name'=>'new']);
5454
```
5555

56-
As of version 3.0.5, the global override for forcing settings has been removed from the config file for this package. Instead, you can use a wildcard for the fillable property, like this:
56+
As of version 3.0.4, the global override for forcing settings has been removed from the config file for this package. Instead, you can use a wildcard for the fillable property, like this:
5757

5858
```php
5959
'fillable' => ['*']

0 commit comments

Comments
 (0)