'boolean', 'stages' => 'array', 'roles' => 'array', ]; public function overrides(): HasMany { return $this->hasMany(FeatureFlagOverride::class); } }