'array', ]; } /** * Scope to filter config records by their string key identifier. */ public function scopeForKey(Builder $query, string $key): Builder { return $query->where('key', $key); } }