### Bug description Related to https://github.com/statamic/cms/pull/11402, this also fails on `Values`. ### How to reproduce ```php $field = new Values(['a' => 'alfa']); empty($field); // true ``` ### Installation Fresh statamic/statamic site via CLI