custom(), true); } public function custom(): array { $custom = data_get($this, self::COL_NAME_CUSTOM); if ($custom) { return explode(',', $custom); } else { return []; } } }