remove unnecessary @Flow\Scope("prototype")

This commit is contained in:
Robin Krahnen 2019-07-30 11:02:25 +02:00
parent 1d27166706
commit 3cac00f12a

View file

@ -23,8 +23,6 @@ use Neos\Utility\TypeHandling;
/**
* Validator resolving other Validators defined in Validation.yaml
*
* @Flow\Scope("prototype")
*/
class SettingsValidator extends AbstractValidator
{