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
Symfony 6 have troubles with dependency injection when namespaces folders are not capitalised.
RuntimeException : Case mismatch between class and real file names: "Services/SHA256withRSAService.php" vs "services/SHA256withRSAService.php" in "/Users/kczereczon/PhpstormProjects/symfony-budget/vendor/woodw/sha256withrsa/src/".
The text was updated successfully, but these errors were encountered:
kczereczon
added a commit
to kczereczon/php-sha256withrsa
that referenced
this issue
Apr 2, 2023
Symfony 6 have troubles with dependency injection when namespaces folders are not capitalised.
RuntimeException : Case mismatch between class and real file names: "Services/SHA256withRSAService.php" vs "services/SHA256withRSAService.php" in "/Users/kczereczon/PhpstormProjects/symfony-budget/vendor/woodw/sha256withrsa/src/".
The text was updated successfully, but these errors were encountered: