Closed okumurakengo closed 4 years ago
An empty string cannot be set in the Value column. So it is useful to include a setting that allows null characters!
// config/admin.php 'extensions' => [ 'config' => [ 'valueEmptyStringAllowed' => true, ], ],
Thanks!
Thanks!
An empty string cannot be set in the Value column. So it is useful to include a setting that allows null characters!
Thanks!