Closed visonforcoding closed 1 month ago
Which version of symfony/validator are you using?
Which version of symfony/validator are you using?
v5.3.10
This might have been related to #537. Did you solve it somehow, or could you try update extensions or acl if you use those?
Annotations are no longer supported >= 3.0
Package version, Laravel version
laravel-doctrine/orm": "^1.6",
"laravel/lumen-framework": "^7.2",
Expected behaviour
Actual behaviour
i got a exception
[Semantical Error] The annotation \"@Symfony\\Component\\Validator\\Constraints\\NotBlank\" in property App\\Utils\\HllPush\\PushInfo::$bizId was never imported. Did you maybe forget to add a \"use\" statement for this annotation?
Steps to reproduce the behaviour
when i delete
DoctrineServiceProvider
it can work right!