You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the config has mappings for Doctrine ORM. String 'prefix' => 'App\Access\Rbac\Entity' replaced on 'prefix' => 'app\access\rbac\entity' the rule ServiceSetStringNameToClassNameRector
.
I think it's not right.
The text was updated successfully, but these errors were encountered:
Unfortunately, I was unable to solve this problem using try Rector. Unfortunately, I was unable to solve this problem using try Rector. But I fixed up with PR #710.
I have config in path
src/Access/Rbac/config.php
:In the config has mappings for Doctrine ORM. String
'prefix' => 'App\Access\Rbac\Entity'
replaced on'prefix' => 'app\access\rbac\entity'
the ruleServiceSetStringNameToClassNameRector
I think it's not right.
The text was updated successfully, but these errors were encountered: